Skip to content
Snippets Groups Projects
Commit ad5b3a33 authored by ichuang's avatar ichuang
Browse files

add admin interface for tracking logs

parent b85fefe6
No related branches found
No related tags found
No related merge requests found
'''
django admin pages for courseware model
'''
from track.models import *
from django.contrib import admin
admin.site.register(TrackingLog)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment