Skip to content

Commit

Permalink
Pin version of Wagtail compatible to Django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed May 10, 2024
1 parent 529b6c6 commit 59e2ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/add_wagtail_to_your_website/install_wagtail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ improve by adding the powerful and wonderful capabilities of Wagtail.
To install Wagtail, type the following command in the command prompt:

```
(myvenv) ~/djangogirls$ pip install wagtail
(myvenv) ~/djangogirls$ pip install wagtail>=5.2,<5.3
```

Now that we have installed Wagtail, we need to add it to our `requirements.txt` so that we can keep track of our
Expand Down

0 comments on commit 59e2ecb

Please sign in to comment.