diff options
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 |
commit | f0d9431e9d0796209ef451caa54bf033334de4b2 (patch) | |
tree | dca950ba61cd04dec6c69726438500345a8f0aae | |
parent | 2f8055fa09824f29bd8a0dc5b58088fc306ced64 (diff) | |
download | Ishtar-f0d9431e9d0796209ef451caa54bf033334de4b2.tar.bz2 Ishtar-f0d9431e9d0796209ef451caa54bf033334de4b2.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", |