diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 8389016b8043d9f9f923f40320fea715f80dc64c..2a0a8013a87e55dea8945a926e7252c4f6c83da5 100755 --- a/bin/steps/django/collectstatic +++ b/bin/steps/django/collectstatic @@ -24,7 +24,7 @@ if [ "$RUN_COLLECTSTATIC" ]; then [ $? -ne 0 ] && { echo " ! Error running manage.py collectstatic. More info:" echo " http://devcenter.heroku.com/articles/django-assets" - exit 1 + # exit 1 } else