101 / authentication /apps.py
thejagstudio's picture
Upload 39 files
7c53168 verified
from django.apps import AppConfig
class AuthenticationConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "authentication"