From 05e65801fab1cd659a89e30376c5bf935a2766fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 May 2012 01:59:37 -0400 Subject: [PATCH] always show django deprecation warning --- bin/steps/django/init | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/steps/django/init b/bin/steps/django/init index 7b7ae48..f8f4125 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -18,12 +18,11 @@ export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION if [ ! "$DISABLE_INJECTION" ]; then source $BIN_DIR/steps/django/injection - 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" fi - +echo " ! Notice: settings injection will be deprecated for all new Django " +echo " ! apps on July 1, 2012. Learn more:" +echo " ! https://devcenter.heroku.com/articles/django-injection" if [ ! "$DISABLE_COLLECTSTATIC" ]; then source $BIN_DIR/steps/django/collectstatic