summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-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 60db6e53f..e09df3001 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -161,7 +161,7 @@ ROOT_URLCONF = "example_project.urls"
AUTHENTICATION_BACKENDS = ("ishtar_common.backend.ObjectPermBackend",)
INSTALLED_APPS = [
- "django_registration",
+ "registration",
"ishtar_common",
"archaeological_files_pdl",
"archaeological_files",