eds/cms/apps.py
2017-01-05 07:09:33 +01:00

5 lines
82 B
Python

from django.apps import AppConfig
class EvalConfig(AppConfig):
name = 'cms'