Skip to content

Commit 6d1269f

Browse files
authored
Merge pull request #70 from timworx/ts-update-djangoapp
Updated README and docs to use consistent django app name; psqlextra
2 parents c85a8af + 83730fe commit 6d1269f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Installation
8888
8989
λ pip install django-postgres-extra
9090
91-
2. Add ``postgres_extra`` and ``django.contrib.postgres`` to your ``INSTALLED_APPS``:
91+
2. Add ``psqlextra`` and ``django.contrib.postgres`` to your ``INSTALLED_APPS``:
9292

9393
.. code-block:: python
9494

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Explore the documentation to learn about all features:
2828

2929
$ pip install django-postgres-extra
3030

31-
2. Add `postgres_extra` and `django.contrib.postgres` to your `INSTALLED_APPS`:
31+
2. Add `psqlextra` and `django.contrib.postgres` to your `INSTALLED_APPS`:
3232

3333
INSTALLED_APPS = [
3434
....

0 commit comments

Comments
 (0)