"""Manage choices models.""" from django.contrib import admin from choices.models import ChoiceSet admin.site.register(ChoiceSet)