fmartingr
/
shelfzilla
Archived
1
0
Fork 0

change colectstatic

This commit is contained in:
Juan Manuel Parrilla 2014-04-10 13:21:27 +02:00
parent 4b02be1f63
commit eaa631b59a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ python2.7 %{_app_dir}/manage.py migrate
cd %{_app_dir} && grunt compile
## Collect static
python2.7 manage.py collectstatic
python2.7 manage.py collectstatic --clear --noinput
# -------------------------------------------------------------------------------------------- #
# pre-uninstall section: