Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdreher authored Jul 16, 2021
1 parent c3d5df3 commit dbbfdb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,8 @@ To support multiple assignments:
* Update the URL to be `https://<your domain name>/lti/assignment/<assignment_name>`
* The `assignment_name` variable should match a landing_url in the LTI_TOOL_CONFIGURATION dict.
* Full example here: [Django LTI Provider Example](https://github.com/ccnmtl/django-lti-provider-example).

OR

* Create a single named endpoint that accepts an id
* On Post, django-lti-provider will attempt to reverse the assignment_name/id and then redirect to that view.

0 comments on commit dbbfdb1

Please sign in to comment.