Files
morepython.org/core/apps.py
T
2019-03-10 13:05:48 -04:00

6 lines
83 B
Python

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