diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic index 8389016..2a0a801 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