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