Skip to content

Commit

Permalink
Merge pull request #9 from edly-io/fix/cache-program
Browse files Browse the repository at this point in the history
fix: add staff and superuser for cache program command
  • Loading branch information
hinakhadim committed Dec 5, 2023
2 parents 062b794 + 57d057e commit c0af925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutordiscovery/templates/discovery/tasks/lms/init
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
get_user_model().objects.filter(username='lms_catalog_service_user').exclude(email='lms_catalog_service_user@openedx').update(email='lms_catalog_service_user@openedx')"

./manage.py lms manage_user discovery discovery@openedx --staff --superuser --unusable-password
./manage.py lms manage_user lms_catalog_service_user lms_catalog_service_user@openedx --unusable-password
./manage.py lms manage_user lms_catalog_service_user lms_catalog_service_user@openedx.com --staff --superuser --unusable-password

# Development client
./manage.py lms create_dot_application \
Expand Down

0 comments on commit c0af925

Please sign in to comment.