azube/core/apps.py
2024-12-02 16:49:45 +01:00

6 lines
143 B
Python
Executable file

from django.apps import AppConfig
class MainAppConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core'