from django.contrib import admin
from template.models import ImageTemplate admin.site.register(ImageTemplate)