7 lines
138 B
Python
7 lines
138 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TotdConfig(AppConfig):
|
|
label = 'totd'
|
|
name = 'totd'
|
|
verbose_name = 'Tip of the Day'
|