sdi/admin.py
author nishanth
Thu, 15 Jul 2010 14:06:58 +0530
branchanoop
changeset 94 b38de804ff4d
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
created template for confirming workshop participation

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)