Skip to content

Commit

Permalink
feat: Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuipumu committed Oct 23, 2023
1 parent 3c9fe27 commit f79ada7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Now any changes made to the source code should reflect in the application

## Adding LTI Tools to the store

1. Go to `https://localhost:18010/admin`
1. Go to `http://localhost:18000/admin`
2. Look for `LTI_STORE` and add **External lti configurations** by clicking `+ Add` button

## Use configuration on LTI consumer XBlock

1. Go to `https://localhost:18010/admin`
1. Go to `http://localhost:18000/admin`
2. Look for `LTI_STORE` and go to **External lti configurations**
3. On the list of external LTI configurations, note down the "Filter Key" value
of the configuration to use (Example: lti_store:1).
of the configuration to use (Example: `lti_store:1`).
4. Copy "Filter Key" to the "External ID" field on the LTI consumer XBlock.

## Linting
Expand Down
2 changes: 1 addition & 1 deletion lti_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "1.0.0"

0 comments on commit f79ada7

Please sign in to comment.