mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
@@ -12,6 +12,10 @@ fi
|
||||
|
||||
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
|
||||
|
||||
echo " ! Notice: settings injection is deprecated for all new Django apps."
|
||||
echo " ! Please see the following URL for information on the new usage:"
|
||||
echo " ! https://devcenter.heroku.com/articles/django#database_settings"
|
||||
|
||||
if [ ! "$DISABLE_INJECTION" ]; then
|
||||
source $BIN_DIR/steps/django/injection
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user