summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-24 13:01:46 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-24 18:32:21 +0200
commit4b42613fe30ffefb02dac549c2b136e82e572d1d (patch)
tree873448b4c2103e9b043d60fb3577e56292d45a4a /example_project/settings.py
parent7c674ccf1a02de851f7576ab6a73ea3b3b782a17 (diff)
downloadIshtar-4b42613fe30ffefb02dac549c2b136e82e572d1d.tar.bz2
Ishtar-4b42613fe30ffefb02dac549c2b136e82e572d1d.zip
🔧 settings apps: "registration" -> "django_registration" to match pip installation
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",