mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
collectstatic not a warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user