expephalon/core/apps.py

5 lines
82 B
Python
Raw Normal View History

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