from urlaubsauktion.admin import joker_admin as admin
from .models import Image
admin.register(Image)