Skip to content
Snippets Groups Projects
Commit 9856efa7 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

remove deprecation warning

parent 34878b96
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,6 @@ if [ ! "$DISABLE_INJECTION" ]; then ...@@ -20,10 +20,6 @@ if [ ! "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django/injection source $BIN_DIR/steps/django/injection
fi 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 if [ ! "$DISABLE_COLLECTSTATIC" ]; then
source $BIN_DIR/steps/django/collectstatic source $BIN_DIR/steps/django/collectstatic
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment