from django.contrib import admin
from .models import Work, ModelBackForm

admin.site.register(Work)
admin.site.register(ModelBackForm)