Commit 9aa2b7ce authored by Michal Čihař's avatar Michal Čihař

Change hadler for accounts url

parent b0b916ef
......@@ -15,7 +15,7 @@ urlpatterns = patterns('',
url(r'^admin/', include(admin.site.urls)),
# Auth
url(r'^accounts/', include('django.contrib.auth.urls')),
url(r'^accounts/', include('registration.urls')),
# Media files
url(r'^media/(?P<path>.*)$', 'django.views.static.serve',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment