sdi/admin.py
author anoop
Thu, 03 Jun 2010 19:08:31 +0530
branchanoop
changeset 27 48a86d8956f7
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
added base.html and did needed changes, (forgot to add files in previous commit).

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)