sdi/admin.py
author nishanth
Wed, 21 Jul 2010 17:23:57 +0530
branchanoop
changeset 156 cebb6ffb5f83
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
created the POST part of view. hav to implement the sending email part

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)