Reorganize imports and fix flake8 error
This commit is contained in:
		
					parent
					
						
							
								35d6fd8fd3
							
						
					
				
			
			
				commit
				
					
						74a8a28c52
					
				
			
		
					 1 changed files with 4 additions and 6 deletions
				
			
		|  | @ -1,13 +1,11 @@ | |||
| from django.conf.urls import url | ||||
| from django.views.generic import TemplateView | ||||
| 
 | ||||
| from .views import ( | ||||
|     IndexView, LandingProgramView, PaymentOrderView, OrderConfirmationView, | ||||
|     WhyDataCenterLightView, ContactUsView | ||||
| ) | ||||
| 
 | ||||
| from django.views.generic import TemplateView | ||||
| 
 | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r'^$', IndexView.as_view(), name='index'), | ||||
|     url(r'^t/$', IndexView.as_view(), name='index_t'), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue