We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71da136 commit d330885Copy full SHA for d330885
solo/__init__.py
@@ -3,9 +3,4 @@
3
things like global settings that you want to edit from the admin site.
4
"""
5
6
-import django
7
-
8
__version__ = "2.3.0"
9
10
-if django.VERSION < (3, 2):
11
- default_app_config = "solo.apps.SoloAppConfig"
0 commit comments