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
					
						
							
								bdbf328375
							
						
					
				
			
			
				commit
				
					
						05e73b1d5e
					
				
			
		
					 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