Deploy Bot
Fix CoreConfig app name to match INSTALLED_APPS
fcd7c78
raw
history blame contribute delete
147 Bytes
from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'backend.core'