dev: enable dj_database_url config for heroku

This commit is contained in:
vamsi 2022-12-23 00:19:25 +05:30
parent 75304ffa22
commit 7d1dda5c0f

View File

@ -28,7 +28,7 @@ CORS_ORIGIN_WHITELIST = [
# "http://127.0.0.1:9000" # "http://127.0.0.1:9000"
] ]
# Parse database configuration from $DATABASE_URL # Parse database configuration from $DATABASE_URL
# DATABASES["default"] = dj_database_url.config() DATABASES["default"] = dj_database_url.config()
SITE_ID = 1 SITE_ID = 1
# Enable Connection Pooling (if desired) # Enable Connection Pooling (if desired)