Skip to content
Snippets Groups Projects
Commit 8be04ea6 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

no !

parent de7c16d9
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ]; then ...@@ -25,7 +25,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ]; then
echo " http://devcenter.heroku.com/articles/django-assets" echo " http://devcenter.heroku.com/articles/django-assets"
} }
else else
echo " ! Collectstatic configuration error. To debug, run:" echo " Collectstatic configuration error. To debug, run:"
echo " $ heroku run python $MANAGE_FILE collectstatic --noinput" echo " $ heroku run python $MANAGE_FILE collectstatic --noinput"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment