sdi/admin.py
author nishanth
Wed, 21 Jul 2010 12:57:58 +0530
branchanoop
changeset 150 c5afcbaab4e6
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
whether participant has sprinted is also shown now

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)