feedback/admin.py
author nishanth
Tue, 13 Apr 2010 14:51:22 +0530
changeset 27 ea6aef4b379d
parent 1 18dc0362f550
child 63 d960c570ce63
permissions -rw-r--r--
instead of redirecting I am now raising http 404 .

from django.contrib import admin

from workshop.feedback.models import Feedback

admin.site.register(Feedback)