Browse Source

Create client/dist/static dir to fix #1091

pull/1092/head
Hironsan 3 years ago
parent
commit
3ac2028c8c
1 changed files with 1 additions and 0 deletions
  1. 1
      app/tools/run.sh

1
app/tools/run.sh

@ -4,6 +4,7 @@ set -o errexit
echo "Making staticfiles"
static_dir=staticfiles
mkdir -p client/dist/static
if [[ ! -d $static_dir ]] || [[ -z $(ls -A $static_dir) ]]; then
echo "Executing collectstatic"
python manage.py collectstatic --noinput;

Loading…
Cancel
Save