Skip to content

Commit d330885

Browse files
authored
Simplify default_app_config after dropping support for Django <3.2 (#143)
1 parent 71da136 commit d330885

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

solo/__init__.py

-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@
33
things like global settings that you want to edit from the admin site.
44
"""
55

6-
import django
7-
86
__version__ = "2.3.0"
9-
10-
if django.VERSION < (3, 2):
11-
default_app_config = "solo.apps.SoloAppConfig"

0 commit comments

Comments
 (0)