We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7256219 commit cd44923Copy full SHA for cd44923
oauth2_provider/__init__.py
@@ -1 +1,4 @@
1
__version__ = "1.5.0"
2
+
3
+if django.VERSION < (3, 2):
4
+ default_app_config = "oauth2_provider.apps.DOTConfig"
0 commit comments