# Django Imports from django.contrib import admin # Local Imports from stats.models import TrackLesson admin.site.register(TrackLesson)