GetTogether/totd/apps.py

8 lines
138 B
Python
Raw Normal View History

from django.apps import AppConfig
class TotdConfig(AppConfig):
2018-09-22 07:35:17 +02:00
label = 'totd'
name = 'totd'
2018-09-22 07:35:17 +02:00
verbose_name = 'Tip of the Day'