Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Jun 17, 2024
1 parent 4a539af commit 3a47d87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
.. * :ref:`modindex`
* :ref:`search`
28 changes: 14 additions & 14 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ Django 4.2 to 5.0 supported.

1. Install with **pip**:

``` sh
python -m pip install django-ltree-2
```
```sh
python -m pip install django-ltree-2
```

2. Add django-ltree to your `INSTALLED_APPS`:

``` python
# settings.py
INSTALLED_APPS = [
...,
"django_ltree",
...,
]
```
```python
# settings.py
INSTALLED_APPS = [
...,
"django_ltree",
...,
]
```

3. Run migrations:

``` sh
./manage.py migrate
```
```sh
./manage.py migrate
```

0 comments on commit 3a47d87

Please sign in to comment.