mirror of
https://github.com/kennethreitz/django-postgrespool.git
synced 2026-06-05 06:46:18 +00:00
grumble
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user