We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62c7eb commit bdfe838Copy full SHA for bdfe838
1 file changed
slippers/__init__.py
@@ -1 +1,4 @@
1
-default_app_config = "slippers.apps.SlippersConfig"
+import django
2
+
3
+if django.VERSION < (3, 2):
4
+ default_app_config = "slippers.apps.SlippersConfig"
0 commit comments