from django.contrib import admin
from Web.models import Feedback
# Register your models here.

admin.site.register(Feedback)
