sdi/admin.py
author nishanth
Sat, 29 May 2010 15:46:00 +0530
changeset 20 9db4ee082d4e
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
added topics choices and corresponding clean method

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)