summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/booking/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/booking/models.py')
-rw-r--r--tools/pharos-dashboard/booking/models.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/booking/models.py b/tools/pharos-dashboard/booking/models.py
index e772fb5b..200dc830 100644
--- a/tools/pharos-dashboard/booking/models.py
+++ b/tools/pharos-dashboard/booking/models.py
@@ -1,3 +1,13 @@
+##############################################################################
+# Copyright (c) 2016 Max Breitenfeldt and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+
from django.contrib.auth.models import User
from django.db import models
from jira import JIRA
@@ -6,6 +16,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