Skip to content

Commit

Permalink
injection warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Dec 3, 2012
1 parent ecf5278 commit 74312f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ HEROKU_DIR_STATUS=$?

# TODO: This is a new app, disable injection.
# [ $HEROKU_DIR_STATUS -eq 0 ] && {
#TODO: touch .heroku/injection_disabled
# TODO: touch .heroku/injection_disabled
# }
set -e

Expand Down
3 changes: 3 additions & 0 deletions bin/steps/django/injection
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ indent() {
}

echo "-----> Injecting legacy Django settings..."
echo " ! WARNING: Settings injection will be fully deprecated on January 1, 2013. More info:"
echo " ! https://devcenter.heroku.com/articles/django-injection "


echo "-----> Installing dj-database-url..."
pip install --use-mirrors 'dj-database-url>=0.2.0' | indent
Expand Down

0 comments on commit 74312f5

Please sign in to comment.