diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-24 13:01:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 15:07:41 +0200 |
commit | db8c0812d6bfd7092c76fc2b5597ef9d0aa39b4c (patch) | |
tree | 2c452faca19b3c308ca9ebafd0dde66c7fd96b85 | |
parent | 7faa4223fae1a94b98ec6b8c624caa764d99d14e (diff) | |
download | Ishtar-db8c0812d6bfd7092c76fc2b5597ef9d0aa39b4c.tar.bz2 Ishtar-db8c0812d6bfd7092c76fc2b5597ef9d0aa39b4c.zip |
🔧 settings apps: "registration" -> "django_registration" to match pip installation
-rw-r--r-- | example_project/settings.py | 2 |
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", |