Commit c9916dd2 authored by Kenneth Reitz's avatar Kenneth Reitz

disable collectstatic file for user-env-compile

hesitance
parent 662a311f
...@@ -10,6 +10,10 @@ if [ -f .heroku/injection_disabled ]; then ...@@ -10,6 +10,10 @@ if [ -f .heroku/injection_disabled ]; then
DISABLE_INJECTION=1 DISABLE_INJECTION=1
fi fi
if [ -f .heroku/collectstatic_disabled ]; then
DISABLE_COLLECTSTATIC=1
fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
if [ ! "$DISABLE_INJECTION" ]; then if [ ! "$DISABLE_INJECTION" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment