From f0d9431e9d0796209ef451caa54bf033334de4b2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 24 Mar 2025 13:01:46 +0100 Subject: đŸ”§ settings apps: "registration" -> "django_registration" to match pip installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3