Add new app configuration file.

This commit is contained in:
juanifioren 2015-12-04 13:55:34 -03:00
parent cd45f29403
commit ae9ecb2dde

7
oidc_provider/apps.py Normal file
View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class OIDCProviderConfig(AppConfig):
name = 'oidc_provider'
verbose_name = u'OpenID Connect Provider'