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