dsite/timer/apps.py
Ching 25572c23c2 [A] add timer app
[A] add office hours viewset
[A] setup urls
2019-06-18 10:08:24 +08:00

6 lines
85 B
Python

from django.apps import AppConfig
class TimerConfig(AppConfig):
name = 'timer'