Skip to content
Snippets Groups Projects
Commit e0dbd339 authored by Ben Adida's avatar Ben Adida
Browse files

remove dbpool

parent 2c100241
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ SOUTH_DATABASE_ADAPTERS = {'default':'south.db.postgresql_psycopg2'}
if get_from_env('DATABASE_URL', None):
import dj_database_url
DATABASES['default'] = dj_database_url.config()
DATABASES['default']['ENGINE'] = 'dbpool.db.backends.postgresql_psycopg2'
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2'
DATABASES['default']['OPTIONS'] = {'MAX_CONNS': 1}
# Local time zone for this installation. Choices can be found here:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment