+−from django.contrib import admin +− +−from ws_app.feedback.models import Feedback +− +−admin.site.register(Feedback)