From 7bccf6a2671e281808694fd3ee5c609b1351bb35 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Jul 2022 18:07:36 +0200 Subject: Fix app name in settings --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') 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", -- cgit v1.2.3