Send notifications for booking start and end
authormaxbr <maxbr@mi.fu-berlin.de>
Mon, 19 Sep 2016 08:13:26 +0000 (10:13 +0200)
committermaxbr <maxbr@mi.fu-berlin.de>
Mon, 19 Sep 2016 08:13:26 +0000 (10:13 +0200)
commitd77560162ebf4805bab5eaaf051467590f2b414f
treedb76388904b975891d308dc10de4e48b5f905a54
parent3666bf8b35db7a4fb22e8f795185c599f510443f
Send notifications for booking start and end

JIRA: PHAROS-265

Change-Id: I53a37ac31dda70935752afc6da3315e6dfcbc90f
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
pharos-dashboard/dashboard/tasks.py [new file with mode: 0644]
pharos-dashboard/notification/__init__.py [new file with mode: 0644]
pharos-dashboard/notification/admin.py [new file with mode: 0644]
pharos-dashboard/notification/apps.py [new file with mode: 0644]
pharos-dashboard/notification/models.py [new file with mode: 0644]
pharos-dashboard/notification/signals.py [new file with mode: 0644]
pharos-dashboard/notification/tasks.py [new file with mode: 0644]