2022-01-13 18:08:28 -05:00

6 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'