from django.contrib import admin from workshop.feedback.models import Feedback admin.site.register(Feedback)