From 9ec05ec7a6aecd6ff61a4cfbf923ca87e5cb2569 Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Sat, 18 May 2024 22:05:35 +0100 Subject: [PATCH] Update post_compile to add djangosocial reference back in. --- bin/post_compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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