7 lines
112 B
Python
7 lines
112 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OauthConfig(AppConfig):
|
|
name = 'oauth'
|
|
verbose_name = 'OAuth'
|