diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-15 18:07:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:26 +0100 |
commit | 39ee422b465a04452d25466c486700b103b13568 (patch) | |
tree | cc717cc37ba27351ec1dc346dd1b7a6438663254 /example_project | |
parent | 52a25fabdbdbdf3d10d0a437267a3a799a3e4801 (diff) | |
download | Ishtar-39ee422b465a04452d25466c486700b103b13568.tar.bz2 Ishtar-39ee422b465a04452d25466c486700b103b13568.zip |
Fix app name in settings
Diffstat (limited to 'example_project')
-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 60db6e53f..e09df3001 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -161,7 +161,7 @@ ROOT_URLCONF = "example_project.urls" AUTHENTICATION_BACKENDS = ("ishtar_common.backend.ObjectPermBackend",) INSTALLED_APPS = [ - "django_registration", + "registration", "ishtar_common", "archaeological_files_pdl", "archaeological_files", |