Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
punkyoon authored Mar 2, 2017
1 parent a8b3f6b commit 02cf309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coding_night_live/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
url(r'^([a-z]{3,}-[a-z]{3,}-[0-9]{1,4})/$', manage_room.views.RedirectRoomView.as_view(), name='redirect_room'),
url(r'^([a-z]{3,}-[a-z]{3,}-[0-9]{1,4})/pdf/$', manage_room.views.MarkdownToPdfView, name='get_pdf'),
url(r'^auth/', include('django.contrib.auth.urls'), {'next_page': '/'}),
url(r'^404/$', PageNotFound, name='page_not_found'),
url(r'^404/$', PageNotFound, name='page_not_found'),
]

0 comments on commit 02cf309

Please sign in to comment.