This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-11-16 08:10:35 +00:00
|
|
|
"""passbook auth oauth provider app config"""
|
|
|
|
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
|
|
|
|
|
|
class PassbookOAuthProviderConfig(AppConfig):
|
|
|
|
"""passbook auth oauth provider app config"""
|
|
|
|
|
|
|
|
name = 'passbook.oauth_provider'
|
|
|
|
label = 'passbook_oauth_provider'
|
2018-11-26 16:17:32 +00:00
|
|
|
verbose_name = 'passbook OAuth Provider'
|
2018-11-22 09:28:13 +00:00
|
|
|
mountpoint = 'application/oauth/'
|