From eaa631b59a98de0a3b932792e7fe21a2c7b21d60 Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Thu, 10 Apr 2014 13:21:27 +0200 Subject: [PATCH] change colectstatic --- rpm/spec/shelfzilla.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/spec/shelfzilla.spec b/rpm/spec/shelfzilla.spec index 437e67b..a15ef4d 100644 --- a/rpm/spec/shelfzilla.spec +++ b/rpm/spec/shelfzilla.spec @@ -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: