expephalon/core/apps.py
Klaus-Uwe Mitterer 27fe413d11 Some refactoring to get cron running
Moved dbsettings documentation to Gitlab wiki
2020-05-24 17:44:27 +02:00

4 lines
82 B
Python

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