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

typo

parent aad72f8e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ pip install --use-mirrors 'dj-database-url>=0.2.0' | indent
SETTINGS_FILE=$(find . -maxdepth 2 -type f -name 'settings.py' | head -1)
PROJECT=$(dirname $SETTINGS_FILE)
echo "Injecting code into $SETTINGS_FILE to read from DATABASE_URL" | indent"
echo "Injecting code into $SETTINGS_FILE to read from DATABASE_URL" | indent
cat >>$SETTINGS_FILE <<EOF
import dj_database_url
......
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