from __future__ import unicode_literals from corputils.models import CorpStats from django.contrib import admin admin.site.register(CorpStats)