sdi/admin.py
author nishanth
Thu, 22 Jul 2010 19:50:36 +0530
branchanoop
changeset 161 c7c5c727a483
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
removed old template and copied send_sgd_cnf as send_wsp_cnf since both are same and fixed a bug in view

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)