sdi/admin.py
author nishanth
Thu, 15 Jul 2010 01:06:32 +0530
branchanoop
changeset 93 505989755cd8
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
modified the form and implemented the view to display selected users

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)