from django.contrib import admin
from .models import ListModel

admin.site.register(ListModel)