Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
[bug 807351] Add collectstatic command.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Nov 20, 2012
1 parent 18f9c3c commit 07a968e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update/update.py
Expand Up @@ -38,6 +38,7 @@ def update_assets(ctx):
with ctx.lcd(settings.SRC_DIR):
ctx.local("LANG=en_US.UTF-8 python2.6 manage.py compress_assets")
ctx.local("LANG=en_US.UTF-8 python2.6 manage.py update_product_details")
ctx.local("LANG=en_US.UTF-8 python2.6 manage.py collectstatic --noinput")


@task
Expand Down

0 comments on commit 07a968e

Please sign in to comment.