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 4d51503 commit 970cceeCopy full SHA for 970ccee
AUTHORS
@@ -15,3 +15,4 @@ Rodney Richardson
15
Hiroki Kiyohara
16
Diego Garcia
17
Bas van Oostveen
18
+Bart Merenda
oauth2_provider/__init__.py
@@ -2,4 +2,6 @@
2
3
__author__ = "Massimiliano Pippi & Federico Frenguelli"
4
5
+default_app_config = 'oauth2_provider.apps.DOTConfig'
6
+
7
VERSION = __version__ # synonym
oauth2_provider/apps.py
@@ -0,0 +1,6 @@
1
+from django.apps import AppConfig
+class DOTConfig(AppConfig):
+ name = 'oauth2_provider'
+ verbose_name = "Django OAuth Toolkit"
0 commit comments