class ChoiceAdmin(admin.ModelAdmin): pass admin.site.register(Choice, ChoiceAdmin) this must be added in the admin.py and its missing in the readme file