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

completely set DATABASES

parent 5d2ecd2f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ indent() {
}
echo "-----> Installing dj-database-url..."
pip install --use-mirrors dj-database-url | indent
pip install --use-mirrors dj-database-url>=0.2.0 | indent
echo "-----> Injecting Django settings..."
......@@ -32,6 +32,6 @@ cat >>$SETTINGS_FILE <<EOF
import dj_database_url
DATABASES['default'] = dj_database_url.config()
DATABASES = {'default': dj_database_url.config(default='postgres://')}
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