From 5e29d98f97d388df83dfbdd903503fc2497792db Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 27 Sep 2012 19:23:16 -0400 Subject: [PATCH] rst --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 56a6ede..b5c9012 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,8 @@ It's powered by the lovely and beautiful SQLAlchemy. Usage ----- -Using Django-PostgresPool is simple, just set ``django_postgrespool`` as your connection engine: +Using Django-PostgresPool is simple, just set ``django_postgrespool`` as your connection engine:: -:: DATABASES = { 'default': { 'ENGINE': 'django_postgrespool'