Skip to content
Snippets Groups Projects
Commit ebeb0ead authored by Douglas Hall's avatar Douglas Hall
Browse files

Added constant for referring to teaching staff type LTI roles

parent 1319fc35
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,5 @@ INSTRUCTOR = 'Instructor' ...@@ -6,3 +6,5 @@ INSTRUCTOR = 'Instructor'
CONTENT_DEVELOPER = 'ContentDeveloper' CONTENT_DEVELOPER = 'ContentDeveloper'
OBSERVER = 'urn:lti:instrole:ims/lis/Observer' OBSERVER = 'urn:lti:instrole:ims/lis/Observer'
TEACHING_ASSISTANT = 'urn:lti:role:ims/lis/TeachingAssistant' TEACHING_ASSISTANT = 'urn:lti:role:ims/lis/TeachingAssistant'
TEACHING_STAFF_ROLES = [ADMINISTRATOR, INSTRUCTOR, TEACHING_ASSISTANT, CONTENT_DEVELOPER]
...@@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ...@@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-auth-lti', name='django-auth-lti',
version='1.2.1', version='1.2.2',
packages=['django_auth_lti'], packages=['django_auth_lti'],
include_package_data=True, include_package_data=True,
license='TBD License', # example license license='TBD License', # example license
......
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