Skip to content

Commit

Permalink
Added Collectstatic
Browse files Browse the repository at this point in the history
  • Loading branch information
KarenAJ committed Sep 18, 2024
1 parent d61ab9e commit 927bc3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

python manage.py waitdb
python manage.py migrate
python manage.py createcachetable
python manage.py collectstatic --no-input --clean
python manage.py loaddata admin_theme_data.json
cd /opt/app/
if [ -n "$TMP_SCHEMA_DIR" ] ; then
Expand Down

0 comments on commit 927bc3f

Please sign in to comment.