2017-03-25 16:21:46 +00:00

6 lines
93 B
Python

from django.apps import AppConfig
class RemindersConfig(AppConfig):
name = "reminders"