6 lines
143 B
Python
Executable file
6 lines
143 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class MainAppConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "core"
|