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