sdi/admin.py
author nishanth
Wed, 14 Jul 2010 11:23:51 +0530
branchanoop
changeset 79 064ff60025d9
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
removed the need_python_workshop and need_acco fields since they are very confusing

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)