from django.contrib import admin from oscar.apps.image.models import * admin.site.register(Image)