sdi/admin.py
author nishanth
Sat, 17 Jul 2010 00:00:31 +0530
branchanoop
changeset 114 aa5c29984e84
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
now the send_sgd_cnf view does the updating of user record

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)