sdi/admin.py
author nishanth
Tue, 20 Jul 2010 12:16:50 +0530
branchanoop
changeset 137 02a5304a2c5f
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
fixed a typo and corrected at various places accordingly
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17
ee98a9b44ef9 moved admin.py to correct location
nishanth
parents:
diff changeset
     1
from django.contrib import admin
ee98a9b44ef9 moved admin.py to correct location
nishanth
parents:
diff changeset
     2
ee98a9b44ef9 moved admin.py to correct location
nishanth
parents:
diff changeset
     3
from sage_days.sdi.models import Registrant
ee98a9b44ef9 moved admin.py to correct location
nishanth
parents:
diff changeset
     4
ee98a9b44ef9 moved admin.py to correct location
nishanth
parents:
diff changeset
     5
admin.site.register(Registrant)