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

6 lines
90 B
Python

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