from django.contrib import admin from idescriptor.models import Image admin.site.register(Image)