mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
always run collect static
This commit is contained in:
@@ -8,10 +8,7 @@ python manage.py ta_stop_on_error
|
|||||||
|
|
||||||
# django setup
|
# django setup
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
|
||||||
if [[ -z "$DJANGO_DEBUG" ]]; then
|
|
||||||
python manage.py collectstatic --noinput -c
|
python manage.py collectstatic --noinput -c
|
||||||
fi
|
|
||||||
|
|
||||||
# ta setup
|
# ta setup
|
||||||
python manage.py ta_envcheck
|
python manage.py ta_envcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user