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

fresh app

parent 9856efa7
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ PROJECT=$(dirname $SETTINGS_FILE)
MANAGE_FILE=$(find . -maxdepth 3 -type f -name 'manage.py' | head -1)
MANAGE_FILE=${MANAGE_FILE:2}
echo "FRESH_APP: $FRESH_APP"
# Disable injection for new applications.
if [ -f .heroku/injection_disabled ]; then
DISABLE_INJECTION=1
......@@ -17,6 +19,7 @@ fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
if [ ! "$DISABLE_INJECTION" ]; then
# Legacy Django injection for existing applications.
source $BIN_DIR/steps/django/injection
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