demo-int-table/back/frontImages/admin.py

4 lines
86 B
Python

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