GetTogether/totd/apps.py
2018-09-22 01:35:17 -04:00

7 lines
138 B
Python

from django.apps import AppConfig
class TotdConfig(AppConfig):
label = 'totd'
name = 'totd'
verbose_name = 'Tip of the Day'