Send notifications for booking start and end 97/21397/1
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)
commit1375c1e7f9e21de9ea0a1c756d27caa652a7c2f2
tree07d385ec4e056e31f978821fb31971abf7704a18
parent24fc0008d2ffcfa2dc9d2d7c74e8f0b3a5345d84
Send notifications for booking start and end

JIRA: PHAROS-265

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