add ./manage.py create_or_update_site
This commit is contained in:
parent
b218d01bdc
commit
4a342c8a17
@ -1,6 +1,11 @@
|
||||
./manage.py migrate --noinput
|
||||
# work in progress
|
||||
# ------------------------------
|
||||
#./manage.py seed-records
|
||||
#./manage.py create_or_update_site
|
||||
#./manage.py sync_lms_user_ids
|
||||
./manage.py create_or_update_site --site-domain {{ CREDENTIALS_HOST }} \
|
||||
--site-name {{ SITE_NAME }} \
|
||||
--platform-name {{ PLATFORM_NAME }} \
|
||||
--lms-url-root {{ LMS_URL_ROOT }} \
|
||||
--catalog-api-url {{ CATALOG_API_URL }} \
|
||||
--tos-url {{ TOS_URL }} \
|
||||
--privacy-policy-url {{ PRIVACY_POLICY_URL }} \
|
||||
--homepage-url {{ LMS_URL }} \
|
||||
--company-name {{ PLATFORM_NAME }} \
|
||||
--certificate-help-url {{ LMS_URL }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user