We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112b81c commit 4cbc9deCopy full SHA for 4cbc9de
files/entrypoint.sh
@@ -6,7 +6,7 @@ if [[ $@ == *"gunicorn"* || $@ == *"runserver"* ]]; then
6
if [ -f ${DJANGO_ROOT}/${PROJECT_NAME}/manage.py ]; then
7
/usr/bin/wait_on_postgres.py
8
if [ "$?" == "0" ]; then
9
- ${DJANGO_VENV}/bin/python ${DJANGO_ROOT}/${PROJECT_NAME}/manage.py migrate --fake-initial --noinput
+ /usr/bin/manage_django.sh migrate --fake-initial --noinput
10
fi
11
12
0 commit comments