Add a REST API for the dashboard 99/21399/1
authormaxbr <maxbr@mi.fu-berlin.de>
Mon, 19 Sep 2016 08:14:19 +0000 (10:14 +0200)
committermaxbr <maxbr@mi.fu-berlin.de>
Mon, 19 Sep 2016 08:14:19 +0000 (10:14 +0200)
commit3c8baae57206988fbdfc2d858ddc3f134e552f07
treeedddd6c005b399425785fc8af3f97a520485264c
parent1375c1e7f9e21de9ea0a1c756d27caa652a7c2f2
Add a REST API for the dashboard

JIRA: PHAROS-265

Change-Id: Ic1b2d20415b0b84473d5915c4f26f3e65bbb1ecf
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
tools/pharos-dashboard/api/__init__.py [new file with mode: 0644]
tools/pharos-dashboard/api/serializers.py [new file with mode: 0644]
tools/pharos-dashboard/api/urls.py [new file with mode: 0644]
tools/pharos-dashboard/api/views.py [new file with mode: 0644]
tools/pharos-dashboard/booking/models.py
tools/pharos-dashboard/dashboard/urls.py
tools/pharos-dashboard/pharos_dashboard/urls.py
tools/pharos-dashboard/templates/base.html
tools/pharos-dashboard/templates/rest_framework/api.html [new file with mode: 0644]