diff --git a/bin/post_compile b/bin/post_compile index a7427c2..bfa7c53 100755 --- a/bin/post_compile +++ b/bin/post_compile @@ -4,5 +4,5 @@ set -eo pipefail # Exit at first error, including in a pipeline set -u # Consider unset variables as errors set -x # Print each command before executing it -python manage.py tailwind build -python manage.py collectstatic --noinput +python djangosocial/manage.py tailwind build +python djangosocial/manage.py collectstatic --noinput