Fixed ungleich urls, created model for storing VM types, created command to load VM prices and data to database
This commit is contained in:
		
					parent
					
						
							
								5397fd9a63
							
						
					
				
			
			
				commit
				
					
						7c891fe9c4
					
				
			
		
					 9 changed files with 155 additions and 2 deletions
				
			
		|  | @ -5,6 +5,7 @@ from . import views | |||
| from .views import ContactView, IndexView, AboutView | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r'', IndexView.as_view(), name='home'), | ||||
|     url(_(r'home/?$'), IndexView.as_view(), name='home'), | ||||
|     url(_(r'about/?$'), AboutView.as_view(), name='about'), | ||||
|     url(_(r'contact/?$'), ContactView.as_view(), name='contact'), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue