This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
DEMOS2/allauthdemo/auth/apps.py

9 lines
203 B
Python
Executable File

from django.apps import AppConfig
class AllAuthDemoAuthAppConfig(AppConfig):
label = "allauthdemo_auth"
name = "allauthdemo.auth" # "all_auth_demo_auth"
verbose_name = "AllAuthDemo Auth"