from django.contrib import admin from .models import WorkSell, WorkSellPhoto admin.site.register(WorkSell) admin.site.register(WorkSellPhoto)