From 86661c1cda9dee5d12647b9140becc93d23c3b6e Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 15:23:14 -0400
Subject: [PATCH] July 1

---
 bin/steps/django/init | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/steps/django/init b/bin/steps/django/init
index afc1d458..e2901160 100755
--- a/bin/steps/django/init
+++ b/bin/steps/django/init
@@ -12,11 +12,11 @@ fi
 
 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
+    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
 fi
 
-- 
GitLab