Skip to content

Commit

Permalink
Simplify default_app_config after dropping support for Django <3.2 (#143
Browse files Browse the repository at this point in the history
)
  • Loading branch information
johnthagen authored Oct 19, 2024
1 parent 71da136 commit d330885
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions solo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@
things like global settings that you want to edit from the admin site.
"""

import django

__version__ = "2.3.0"

if django.VERSION < (3, 2):
default_app_config = "solo.apps.SoloAppConfig"

0 comments on commit d330885

Please sign in to comment.