summaryrefslogtreecommitdiff
path: root/allotter/admin.py
diff options
context:
space:
mode:
authorparth2012-03-09 09:27:05 +0530
committerparth2012-03-09 09:27:05 +0530
commit97d5e22fde894b0648c5d8cd0d2b912ae67acf10 (patch)
treeedf1e302b4ff66567641a6db2728402087c02d76 /allotter/admin.py
parente11d0e7dc7a7d9c20546e5529e8e9fe8a2047698 (diff)
downloadaloha-97d5e22fde894b0648c5d8cd0d2b912ae67acf10.tar.gz
aloha-97d5e22fde894b0648c5d8cd0d2b912ae67acf10.tar.bz2
aloha-97d5e22fde894b0648c5d8cd0d2b912ae67acf10.zip
Working forms/still having problem with registration form
Diffstat (limited to 'allotter/admin.py')
-rw-r--r--allotter/admin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/allotter/admin.py b/allotter/admin.py
index 343d2f1..0c14e78 100644
--- a/allotter/admin.py
+++ b/allotter/admin.py
@@ -1,6 +1,7 @@
-from allotter.models import Exam, Option, Application
+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)