summaryrefslogtreecommitdiff
path: root/example_project/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/urls.py')
-rw-r--r--example_project/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/urls.py b/example_project/urls.py
index 79645b8ae..8ccc28815 100644
--- a/example_project/urls.py
+++ b/example_project/urls.py
@@ -11,7 +11,7 @@ admin.autodiscover()
urlpatterns = [
- url(r'^accounts/', include('registration.urls')),
+ url(r'^accounts/', include('django_registration.urls')),
]