From 9856efa7c45784b30a41b15ca9b447121de4ce50 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Jun 2012 11:42:38 -0700 Subject: [PATCH] remove deprecation warning --- bin/steps/django/init | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/steps/django/init b/bin/steps/django/init index f8f4125..e9943bf 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -20,10 +20,6 @@ if [ ! "$DISABLE_INJECTION" ]; then source $BIN_DIR/steps/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 fi