8 lines
147 B
Python
8 lines
147 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class OIDCProviderConfig(AppConfig):
|
||
|
|
||
|
name = 'oidc_provider'
|
||
|
verbose_name = u'OpenID Connect Provider'
|