Skip to content
Snippets Groups Projects
Commit d70c681c authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

setting injection notice for users

#45
parent c312d917
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ fi ...@@ -12,6 +12,10 @@ fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION 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 if [ ! "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django/injection source $BIN_DIR/steps/django/injection
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment