Skip to content

Commit

Permalink
Added AppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
outsbart authored and synasius committed Dec 14, 2015
1 parent 4d51503 commit 970ccee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
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"

0 comments on commit 970ccee

Please sign in to comment.