This commit is contained in:
Kenneth Reitz
2012-05-30 15:23:14 -04:00
parent 9cbace7f76
commit 86661c1cda
+4 -4
View File
@@ -12,11 +12,11 @@ fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
echo " ! Notice: settings injection will be deprecated for all new Django "
echo " ! apps next month. You can prepapre your application for information on the new usage:"
echo " ! https://devcenter.heroku.com/articles/django#database_settings"
if [ ! "$DISABLE_INJECTION" ]; then
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"
source $BIN_DIR/steps/django/injection
fi