summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 6e93515e3..2cf0015d7 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -168,7 +168,7 @@ AUTHENTICATION_BACKENDS = (
)
INSTALLED_APPS = [
- "registration",
+ "django_registration",
"ishtar_common",
"archaeological_files",
"archaeological_operations",