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