From 8075890623975c5ae6977a38878731c835e0bb98 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(-) (limited to 'example_project/settings.py') 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", -- cgit v1.2.3