This commit is contained in:
Kenneth Reitz
2012-09-27 19:41:49 -04:00
parent a9d7a46305
commit ab15daf0b8
+3 -3
View File
@@ -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 <https://crate.io/packages/dj-database-url/>`_ module:
.. code:: python
::
import dj_database_url