summaryrefslogtreecommitdiff
path: root/allotter/admin.py
diff options
context:
space:
mode:
authorPrimal Pappachan2012-03-27 14:56:23 +0530
committerPrimal Pappachan2012-03-27 14:56:23 +0530
commit2a0e009c856b0ad8a28b613fcfde8f6cd92dca02 (patch)
tree2049a4187697b989382e3af2b65125b13a102222 /allotter/admin.py
parent8eba4c72a81176ba160e3e93e214acf28b9f376f (diff)
downloadaloha-2a0e009c856b0ad8a28b613fcfde8f6cd92dca02.tar.gz
aloha-2a0e009c856b0ad8a28b613fcfde8f6cd92dca02.tar.bz2
aloha-2a0e009c856b0ad8a28b613fcfde8f6cd92dca02.zip
Added buildout files
Diffstat (limited to 'allotter/admin.py')
-rw-r--r--allotter/admin.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/allotter/admin.py b/allotter/admin.py
deleted file mode 100644
index 0c14e78..0000000
--- a/allotter/admin.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from allotter.models import Exam, Option, Application, Profile
-from django.contrib import admin
-
-admin.site.register(Exam)
-admin.site.register(Option)
-admin.site.register(Application)
-admin.site.register(Profile)