from django.contrib import admin from counter.models import Counter # Register your models here. admin.site.register(Counter)