mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
only configure one at a time
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user