always show django deprecation warning

This commit is contained in:
Kenneth Reitz
2012-05-31 01:59:37 -04:00
parent 08338a4a26
commit 05e65801fa
+3 -4
View File
@@ -18,12 +18,11 @@ export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
if [ ! "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django/injection
echo " ! Notice: settings injection will be deprecated for all new Django "
echo " ! apps starting on July 1, 2012. Learn more:"
echo " ! https://devcenter.heroku.com/articles/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