mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
11 lines
373 B
Python
11 lines
373 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PythonSocialAuthConfig(AppConfig):
|
|
# Full Python path to the application eg. 'django.contrib.admin'.
|
|
name = 'social_django'
|
|
# Last component of the Python path to the application eg. 'admin'.
|
|
label = 'social_django'
|
|
# Human-readable name for the application eg. "Admin".
|
|
verbose_name = 'Python Social Auth'
|