Skip to content

Commit cd44923

Browse files
authored
Update __init__.py
1 parent 7256219 commit cd44923

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oauth2_provider/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
__version__ = "1.5.0"
2+
3+
if django.VERSION < (3, 2):
4+
default_app_config = "oauth2_provider.apps.DOTConfig"

0 commit comments

Comments
 (0)