summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/account/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/src/account/admin.py')
-rw-r--r--tools/pharos-dashboard/src/account/admin.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/pharos-dashboard/src/account/admin.py b/tools/pharos-dashboard/src/account/admin.py
deleted file mode 100644
index 18b2e1a8..00000000
--- a/tools/pharos-dashboard/src/account/admin.py
+++ /dev/null
@@ -1,15 +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 account.models import UserProfile
-
-admin.site.register(UserProfile) \ No newline at end of file