Fix instructions for caching programs

See
https://discuss.overhang.io/t/re-indexing-courses-command/713/7?u=regis
This commit is contained in:
Régis Behmo 2020-07-05 21:14:52 +02:00
parent 20795207f8
commit 30515295b7

View File

@ -58,7 +58,7 @@ Caching programs
In order to cache programs in the LMS, you will need to manually create a catalog integration. This step should be performed just once::
tutor local run lms ./manage.py lms create_catalog_integrations --enabled \
--internal_api_url=http://discovery:8000 \
--internal_api_url=http://discovery:8000/api/v1 \
--service_username=lms_catalog_service_user
Then::