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.
|
"""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'
|