From d3c531554373bcb364fe0845bb901db40291b4c7 Mon Sep 17 00:00:00 2001 From: Felipe Date: Thu, 4 Sep 2014 18:08:23 +0200 Subject: [PATCH] manage.py migrate without initial data --- 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 e4f01e7..0af29a8 100644 --- a/rpm/spec/shelfzilla.spec +++ b/rpm/spec/shelfzilla.spec @@ -70,7 +70,7 @@ pip install -r %{_app_dir}/config/production/requirements.txt python2.7 %{_app_dir}/manage.py syncdb ## Migrate -python2.7 %{_app_dir}/manage.py migrate +python2.7 %{_app_dir}/manage.py migrate --no-initial-data ## Bower cd %{_app_dir}