dev: enable dj_database_url config for heroku
This commit is contained in:
parent
75304ffa22
commit
7d1dda5c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ CORS_ORIGIN_WHITELIST = [
|
|||
# "http://127.0.0.1:9000"
|
||||
]
|
||||
# Parse database configuration from $DATABASE_URL
|
||||
# DATABASES["default"] = dj_database_url.config()
|
||||
DATABASES["default"] = dj_database_url.config()
|
||||
SITE_ID = 1
|
||||
|
||||
# Enable Connection Pooling (if desired)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue