redirect / to /billard
This commit is contained in:
		@@ -25,5 +25,5 @@ urlpatterns = [
 | 
			
		||||
    url(r'^login/$', auth_views.login),
 | 
			
		||||
    url(r'^logout/$', auth_views.logout),
 | 
			
		||||
    url(r'^', include('django.contrib.auth.urls')),
 | 
			
		||||
    url(r'^.*$', RedirectView.as_view(url='billard/', permanent=False), name='index')
 | 
			
		||||
    url(r'^$', RedirectView.as_view(url='billard/', permanent=False), name='index')
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user