budjeto/authentication/apps.py

7 lines
160 B
Python
Raw Normal View History

2024-02-06 10:21:09 +00:00
from django.apps import AppConfig
class AuthenticationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'authentication'