reg/admin.py
author nishanth
Sat, 17 Apr 2010 11:40:17 +0530
changeset 93 cd76d507b6cf
parent 63 d960c570ce63
permissions -rwxr-xr-x
changed the view profile template.

from django.contrib import admin
from ws_app.reg.models import Profile, Event

admin.site.register(Profile)
admin.site.register(Event)