Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Rodney Richardson
Hiroki Kiyohara
Diego Garcia
Bas van Oostveen
Bart Merenda
2 changes: 2 additions & 0 deletions oauth2_provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

__author__ = "Massimiliano Pippi & Federico Frenguelli"

default_app_config = 'oauth2_provider.apps.DOTConfig'

VERSION = __version__ # synonym
6 changes: 6 additions & 0 deletions oauth2_provider/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class DOTConfig(AppConfig):
name = 'oauth2_provider'
verbose_name = "Django OAuth Toolkit"