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

skip manage for now

parent 3dda7c37
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,8 @@
echo "-----> Injecting Django settings..."
SETTINGS_FILE=$(ls **/settings.py | head -1)
MANAGE_FILE=$(ls **/manage.py | head -1)
PROJECT=$(dirname $SETTINGS_FILE)
echo "Injecting code into $SETTINGS_FILE to read from DATABASE_URL" | indent
cat >>$SETTINGS_FILE <<EOF
......
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