admin.py 95 B

1234
  1. from django.contrib import admin
  2. from .models import ListModel
  3. admin.site.register(ListModel)