imageHost/images/admin.py

5 lines
87 B
Python

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