Make homepage the default route
This commit is contained in:
parent
ad05ca50a0
commit
c9449f619d
1 changed files with 1 additions and 3 deletions
|
@ -29,10 +29,8 @@ urlpatterns = [
|
|||
url(r'^checkin/', include('regidesk.urls')),
|
||||
url(r'^pages/', include('django.contrib.flatpages.urls')),
|
||||
|
||||
url(r'^dashboard/', RedirectView.as_view(url='/')),
|
||||
url(r'^dashboard/', symposion.views.dashboard, name="dashboard"),
|
||||
url(r'^boardingpass', RedirectView.as_view(pattern_name="regidesk:boardingpass")),
|
||||
url(r'^$', symposion.views.dashboard, name="dashboard"),
|
||||
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
|
Loading…
Reference in a new issue