Commit 4e9228ca by Kenneth Reitz

Merge pull request #20 from rinti/patch-1

remove unneccessary whitespace in settings.py
parents efc48654 27cebfd7
......@@ -92,7 +92,7 @@ USE_TZ = True
# Parse database configuration from $DATABASE_URL
DATABASES['default'] = dj_database_url.config()
DATABASES['default'] = dj_database_url.config()
# Enable Connection Pooling (if desired)
DATABASES['default']['ENGINE'] = 'django_postgrespool'
......
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 sign in to comment