We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c85a8af + 83730fe commit 6d1269fCopy full SHA for 6d1269f
README.rst
@@ -88,7 +88,7 @@ Installation
88
89
λ pip install django-postgres-extra
90
91
-2. Add ``postgres_extra`` and ``django.contrib.postgres`` to your ``INSTALLED_APPS``:
+2. Add ``psqlextra`` and ``django.contrib.postgres`` to your ``INSTALLED_APPS``:
92
93
.. code-block:: python
94
docs/index.md
@@ -28,7 +28,7 @@ Explore the documentation to learn about all features:
28
29
$ pip install django-postgres-extra
30
31
-2. Add `postgres_extra` and `django.contrib.postgres` to your `INSTALLED_APPS`:
+2. Add `psqlextra` and `django.contrib.postgres` to your `INSTALLED_APPS`:
32
33
INSTALLED_APPS = [
34
....
0 commit comments