Skip to content

Commit

Permalink
Merge pull request #40 from softwarecrafts/main
Browse files Browse the repository at this point in the history
update filepath to manage.py in post_compile
  • Loading branch information
nanorepublica authored May 18, 2024
2 parents cb9b0ca + 883b2ac commit 257dc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/post_compile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 257dc88

Please sign in to comment.