Skip to content

Commit

Permalink
remove old code for old Django
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Mar 7, 2025
1 parent 1d6878b commit 77d2600
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
__version__ = "1.2.0"

try:
import django

if django.VERSION < (3, 2):
default_app_config = "plans.apps.PlansConfig"
except ImportError:
pass

0 comments on commit 77d2600

Please sign in to comment.