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

July 1

parent 9cbace7f
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,11 @@ fi ...@@ -12,11 +12,11 @@ fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION 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 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 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