From d70c681c321e52065e52069aa35941e37e8e0136 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 30 May 2012 13:52:08 -0400 Subject: [PATCH] setting injection notice for users #45 --- bin/steps/django/init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/steps/django/init b/bin/steps/django/init index bd40a397..d73481e1 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -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 -- GitLab