Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit ab15daf

Browse files
author
Kenneth Reitz
committed
grumble
1 parent a9d7a46 commit ab15daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Usage
1111

1212
Using Django-PostgresPool is simple, just set ``django_postgrespool`` as your connection engine:
1313

14-
.. code:: python
14+
::
1515

1616
DATABASES = {
1717
'default': {
1818
'ENGINE': 'django_postgrespool'
19-
...
19+
2020

2121
If you're using the `dj-database-url <https://crate.io/packages/dj-database-url/>`_ module:
2222

23-
.. code:: python
23+
::
2424

2525
import dj_database_url
2626

0 commit comments

Comments
 (0)