sdi/admin.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 15:11:47 +0530
branchanoop
changeset 221 b0fd3cb56e0b
parent 17 ee98a9b44ef9
child 222 443bbd61e84b
permissions -rw-r--r--
Modified template if tags to be compliant with Django 1.1 and not 1.2.
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)