Commit aecd4bbc by ichuang

admin for courseware student model

parent 617bdc26
'''
django admin pages for courseware model
'''
from courseware.models import *
from django.contrib import admin
from django.contrib.auth.models import User
admin.site.register(StudentModule)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment