from django.contrib import admin from models import optimer admin.site.register(optimer) # Register your models here.