project / y /myapp /apps.py
aassiiyAA123's picture
Upload 469 files
1e932e0 verified
raw
history blame contribute delete
148 Bytes
from django.apps import AppConfig
class MyappConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "myapp"