Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
set default course
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Miller committed Oct 14, 2018
1 parent d117fca commit 25f4555
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/1.py.prototype
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ settings.enable_captchas = True

# Set the strings used as credentials by remote LMS app when passing a student in to be automatically logged in
settings.lti_consumer, settings.lti_secret = 'some string', 'another string'
settings.lti_uri = 'https://106w18.learningpython.today/runestone/lti' # or whatever the full URL is for making an LTI connection
settings.lti_uri = 'https://106w18.learningpython.today/runestone/lti' # or whatever the full URL is for making an LTI connection

settings.default_course = 'fopp'

0 comments on commit 25f4555

Please sign in to comment.