From 74312f548773594ff6668a70b67d874fe2428bd1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Mon, 3 Dec 2012 16:17:01 +0100 Subject: [PATCH] injection warning --- bin/compile | 2 +- bin/steps/django/injection | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index deb05b56..788e6418 100755 --- a/bin/compile +++ b/bin/compile @@ -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 diff --git a/bin/steps/django/injection b/bin/steps/django/injection index 062e9c8a..54796099 100755 --- a/bin/steps/django/injection +++ b/bin/steps/django/injection @@ -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 -- GitLab