summaryrefslogtreecommitdiff
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-06-13 18:01:30 +0200
commitf0d9431e9d0796209ef451caa54bf033334de4b2 (patch)
treedca950ba61cd04dec6c69726438500345a8f0aae
parent2f8055fa09824f29bd8a0dc5b58088fc306ced64 (diff)
downloadIshtar-f0d9431e9d0796209ef451caa54bf033334de4b2.tar.bz2
Ishtar-f0d9431e9d0796209ef451caa54bf033334de4b2.zip
🔧 settings apps: "registration" -> "django_registration" to match pip installation
-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 06a40981d..5b4e023cc 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -169,7 +169,7 @@ AUTHENTICATION_BACKENDS = (
)
INSTALLED_APPS = [
- "registration",
+ "django_registration",
"ishtar_common",
"archaeological_files",
"archaeological_operations",