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