collectstatic not a warning

This commit is contained in:
Kenneth Reitz
2012-05-31 01:52:38 -04:00
parent 774ceb3367
commit bf913e0016
+1 -1
View File
@@ -25,7 +25,7 @@ if [ "$RUN_COLLECTSTATIC" ]; then
}
else
echo " ! Django collecstatic is not configured. Learn more:"
echo " Django collecstatic is not configured. Learn more:"
echo " http://devcenter.heroku.com/articles/django-assets"
fi