From c9916dd2e3baeb9b896151fbcd8d60e70032b7cb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 May 2012 18:51:32 -0400 Subject: [PATCH] disable collectstatic file for user-env-compile hesitance --- bin/steps/django/init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/steps/django/init b/bin/steps/django/init index 8984378..7b7ae48 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -10,6 +10,10 @@ if [ -f .heroku/injection_disabled ]; then DISABLE_INJECTION=1 fi +if [ -f .heroku/collectstatic_disabled ]; then + DISABLE_COLLECTSTATIC=1 +fi + export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION if [ ! "$DISABLE_INJECTION" ]; then