sdi/admin.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 02 Aug 2010 16:19:52 +0530
changeset 203 3d0970ef6feb
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
Added all possible regex path for registration.

from django.contrib import admin

from sage_days.sdi.models import Registrant

admin.site.register(Registrant)