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