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