sdi/admin.py
author nishanth
Wed, 21 Jul 2010 12:51:25 +0530
branchanoop
changeset 149 1f53ccd82a21
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
included the send_cnf_email event in views but right now, it is commented

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)