From 23c94f7ee336f213ca7520d116446e6a47598cc4 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sat, 19 Oct 2024 08:59:51 -0400 Subject: [PATCH] Remove default_app_config declaration --- solo/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/solo/__init__.py b/solo/__init__.py index 063d6ae..5c94db5 100644 --- a/solo/__init__.py +++ b/solo/__init__.py @@ -4,5 +4,3 @@ """ __version__ = "2.3.0" - -default_app_config = "solo.apps.SoloAppConfig"