feedback/admin.py
author nishanth
Fri, 23 Apr 2010 16:35:42 +0530
changeset 98 1af134a1e53d
parent 63 d960c570ce63
permissions -rwxr-xr-x
now an email will be sent to user after he resets his password.

from django.contrib import admin

from ws_app.feedback.models import Feedback

admin.site.register(Feedback)