feedback/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.feedback.models import Feedback

admin.site.register(Feedback)