Commit d70c681c authored by Kenneth Reitz's avatar Kenneth Reitz

setting injection notice for users

#45
parent c312d917
......@@ -12,6 +12,10 @@ fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
echo " ! Notice: settings injection is deprecated for all new Django apps."
echo " ! Please see the following URL for information on the new usage:"
echo " ! https://devcenter.heroku.com/articles/django#database_settings"
if [ ! "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django/injection
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment