''' django admin pages for courseware model ''' from track.models import * from django.contrib import admin admin.site.register(TrackingLog)