diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-24 13:01:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 19:32:59 +0200 |
commit | 8075890623975c5ae6977a38878731c835e0bb98 (patch) | |
tree | 8c3bf84f37bbeff22a0f9d86b9b88b69c50b5dc5 | |
parent | 7e0fe2e00cab8a3ba97cbfec0e214a83d5d3568c (diff) | |
download | Ishtar-8075890623975c5ae6977a38878731c835e0bb98.tar.bz2 Ishtar-8075890623975c5ae6977a38878731c835e0bb98.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 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", |