From ab15daf0b804082b4e66b9caee0c2b43fc78ac9d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 27 Sep 2012 19:41:49 -0400 Subject: [PATCH] grumble --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9f69488..9e1f50b 100644 --- a/README.rst +++ b/README.rst @@ -11,16 +11,16 @@ Usage Using Django-PostgresPool is simple, just set ``django_postgrespool`` as your connection engine: -.. code:: python +:: DATABASES = { 'default': { 'ENGINE': 'django_postgrespool' - ... + If you're using the `dj-database-url `_ module: -.. code:: python +:: import dj_database_url