feat: add the new reminders app

This commit is contained in:
Daniel Quinn
2017-03-25 16:21:46 +00:00
parent 27db4f7e51
commit b876a0d0df
13 changed files with 127 additions and 0 deletions

5
src/reminders/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class RemindersConfig(AppConfig):
name = "reminders"