Skip to content
Snippets Groups Projects
Commit 7d44379c authored by Diana Huang's avatar Diana Huang
Browse files

Add admin site for CourseMode

parent 22b1ef34
No related merge requests found
from ratelimitbackend import admin
from course_modes.models import CourseMode
admin.site.register(CourseMode)
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