essensplan/cal/apps.py
2018-07-01 23:06:17 -07:00

6 lines
81 B
Python

from django.apps import AppConfig
class CalConfig(AppConfig):
name = 'cal'