feedback/admin.py
author nishanth
Fri, 16 Apr 2010 17:04:41 +0530
changeset 80 cb36fc4f29df
parent 63 d960c570ce63
permissions -rwxr-xr-x
changed url in few other locations.

from django.contrib import admin

from ws_app.feedback.models import Feedback

admin.site.register(Feedback)