Commit 144629d7 authored by Kenneth Reitz's avatar Kenneth Reitz

only configure one at a time

parent cf36e8c7
......@@ -32,9 +32,6 @@ cat >>$SETTINGS_FILE <<EOF
import dj_database_url
if 'DATABASES' not in locals():
DATABASES = {}
DATABASES = dj_database_url.config(DATABASES)
DATABASES['default'] = dj_database_url.config()
EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment