We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b2ab4 commit efebff4Copy full SHA for efebff4
1 file changed
bin/steps/django/init
@@ -4,7 +4,7 @@ SETTINGS_FILE=$(find . -maxdepth 3 -type f -name 'settings.py' | head -1)
4
PROJECT=$(dirname $SETTINGS_FILE)
5
6
# Disable injection for new applications.
7
-if [ ! -f .heroku/injection_disabled ]; then
+if [ -f .heroku/injection_disabled ]; then
8
DISABLE_INJECTION=1
9
fi
10
0 commit comments