Skip to content

Commit

Permalink
Merge pull request #1721 from edx/hassan/update-django-admin-path
Browse files Browse the repository at this point in the history
fix: update django-admin after django 4.x upgrade in edx-platform.
  • Loading branch information
HassanJaveed84 authored Feb 7, 2024
2 parents 19702b3 + 54b4b78 commit feeb707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataeng/resources/email-optin-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ${EXPORTER_VENV}/bin/exporter \
--task=OrgEmailOptInTask \
--output-bucket=${OUTPUT_BUCKET} \
--output-prefix=${OUTPUT_PREFIX} \
--django-admin=${PLATFORM_VENV}/bin/django-admin.py \
--django-admin=${PLATFORM_VENV}/bin/django-admin \
--django-pythonpath=${PLATFORM_VENV}/edx-platform \
--gpg-keys=${GPG_KEYS_PATH}
2 changes: 1 addition & 1 deletion dataeng/resources/org-exporter-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ${EXPORTER_VENV}/bin/exporter \
--org=${ORG} \
--output-bucket=${OUTPUT_BUCKET} \
--external-prefix=databases/${DATE:-$TODAY} \
--django-admin=${PLATFORM_VENV}/bin/django-admin.py \
--django-admin=${PLATFORM_VENV}/bin/django-admin \
--django-pythonpath=${PLATFORM_VENV}/edx-platform \
--gpg-keys=${GPG_KEYS_PATH} \
${EXTRA_OPTIONS} ${CONFIG_PATH} ${ORG_CONFIG_PATH}

0 comments on commit feeb707

Please sign in to comment.