summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/booking/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/src/booking/admin.py')
-rw-r--r--tools/pharos-dashboard/src/booking/admin.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/pharos-dashboard/src/booking/admin.py b/tools/pharos-dashboard/src/booking/admin.py
deleted file mode 100644
index d883be1c..00000000
--- a/tools/pharos-dashboard/src/booking/admin.py
+++ /dev/null
@@ -1,17 +0,0 @@
-##############################################################################
-# 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 import admin
-
-from booking.models import *
-
-admin.site.register(Booking)
-admin.site.register(Installer)
-admin.site.register(Scenario) \ No newline at end of file