sdi/admin.py
author nishanth
Sat, 17 Jul 2010 01:17:37 +0530
branchanoop
changeset 125 92f77f8428e7
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
fixed a typo and improvised the template

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)