ENISE / app_core /apps.py
tiffank1802
starting
e1b5e25
raw
history blame contribute delete
90 Bytes
from django.apps import AppConfig
class AppCoreConfig(AppConfig):
name = 'app_core'