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