mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
remove deprecation warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user