remove deprecation warning

This commit is contained in:
Kenneth Reitz
2012-06-27 11:42:38 -07:00
parent 34878b9638
commit 9856efa7c4
-4
View File
@@ -20,10 +20,6 @@ if [ ! "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django/injection
fi
echo " ! Notice: settings injection will be deprecated for all new Django "
echo " ! apps on July 1, 2012. Learn more:"
echo " ! https://devcenter.heroku.com/articles/django-injection"
if [ ! "$DISABLE_COLLECTSTATIC" ]; then
source $BIN_DIR/steps/django/collectstatic
fi