1 from django.contrib import admin
2
3 from workshop.feedback.models import Feedback
4
5 admin.site.register(Feedback)