redirect / to /billard
This commit is contained in:
parent
0f933aa681
commit
bc097764e9
@ -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')
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user