Commit c4404694 authored by Kenneth Reitz's avatar Kenneth Reitz

warn after injection

parent e9147369
...@@ -13,13 +13,14 @@ fi ...@@ -13,13 +13,14 @@ fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
if [ ! "$DISABLE_INJECTION" ]; then if [ ! "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django/injection
echo " ! Notice: settings injection will be deprecated for all new Django " echo " ! Notice: settings injection will be deprecated for all new Django "
echo " ! apps starting on July 1, 2012. Learn more:" echo " ! apps starting on July 1, 2012. Learn more:"
echo " ! https://devcenter.heroku.com/articles/django-injection" echo " ! https://devcenter.heroku.com/articles/django-injection"
source $BIN_DIR/steps/django/injection
fi fi
if [ ! "$DISABLE_COLLECTSTATIC" ]; then if [ ! "$DISABLE_COLLECTSTATIC" ]; then
source $BIN_DIR/steps/django/collectstatic source $BIN_DIR/steps/django/collectstatic
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment