Changed 'instructor' django app to follow plugin pattern

This commit is contained in:
Gavin Sidebottom
2018-03-26 10:44:41 -04:00
parent 971126aa27
commit 7626d4abf0
13 changed files with 101 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
"""
Constants that are relevant all of Open edX
Constants that are relevant to all of Open edX
"""
# These are standard regexes for pulling out info like course_ids, usage_ids, etc.
# They are used so that URLs with deprecated-format strings still work.