cmsmanage/tasks
Adam Goldsmith 99ee47052c Use bootstrap for UI, abstracted into a base template
makes web interface look a bit less terrible

also changed to extensions recognized by web-mode for Django Templates
2020-12-15 00:37:15 -05:00
..
management/commands sendNotifications: Use django send_mail function, add some error handling 2020-12-08 16:04:45 -05:00
migrations Add per-user Reminder model and adjust sendNotifications to use it 2020-12-08 16:04:45 -05:00
templates/tasks Use bootstrap for UI, abstracted into a base template 2020-12-15 00:37:15 -05:00
__init__.py Initial Commit 2020-12-03 12:31:39 -05:00
admin.py Add per-user Reminder model and adjust sendNotifications to use it 2020-12-08 16:04:45 -05:00
apps.py Initial Commit 2020-12-03 12:31:39 -05:00
forms.py Initial Commit 2020-12-03 12:31:39 -05:00
models.py Add per-user Reminder model and adjust sendNotifications to use it 2020-12-08 16:04:45 -05:00
tests.py Initial Commit 2020-12-03 12:31:39 -05:00
urls.py Initial Commit 2020-12-03 12:31:39 -05:00
views.py Use bootstrap for UI, abstracted into a base template 2020-12-15 00:37:15 -05:00