summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/booking
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-09-21 15:48:38 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-21 15:48:38 +0000
commitdcc6fa43043c685b7443cbc27da12ad9bf2225c4 (patch)
tree7927874aa51afd638e69f46d773e1c0b09d40f6b /tools/pharos-dashboard/booking
parent47f2f0a3224b8c990d5b9ab6c9628f9d7cf231b8 (diff)
parent3c8baae57206988fbdfc2d858ddc3f134e552f07 (diff)
Merge changes from topic 'pharos-dashboard'
* changes: Add a REST API for the dashboard Send notifications for booking start and end
Diffstat (limited to 'tools/pharos-dashboard/booking')
-rw-r--r--tools/pharos-dashboard/booking/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/booking/models.py b/tools/pharos-dashboard/booking/models.py
index e772fb5b..fed35e3f 100644
--- a/tools/pharos-dashboard/booking/models.py
+++ b/tools/pharos-dashboard/booking/models.py
@@ -6,6 +6,7 @@ from jira import JIRAError
from dashboard.models import Resource
from django.conf import settings
+
class Booking(models.Model):
id = models.AutoField(primary_key=True)
user = models.ForeignKey(User, models.CASCADE) # delete if user is deleted