from django.contrib import admin from analytics.models import View admin.site.register(View)