sdi/admin.py
author nishanth
Sat, 17 Jul 2010 00:26:16 +0530
branchanoop
changeset 118 6c3602582f9f
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
included the send_mail and created the corresponding event in events

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)