Skip to content

Commit

Permalink
Update en/add_wagtail_to_your_website/install_wagtail/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sherry <[email protected]>
  • Loading branch information
amakarudze and shyusu4 authored May 10, 2024
1 parent d69c843 commit 955dcb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions en/add_wagtail_to_your_website/install_wagtail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ update the `requirements.txt`, type the following command in the command prompt:
```

## Wagtail Settings
The next thing we need to do is to add some configuration for Wagtail in `mysite/settings.py`. The first thing we need
to add is Wagtail and its associated apps to `INSTALLED_APPS` so that it looks like below:
Now, we should update the Wagtail configuration in `mysite/settings.py`. First, add Wagtail and its associated apps to `INSTALLED_APPS`, like this:

```python
INSTALLED_APPS = [
Expand Down

0 comments on commit 955dcb1

Please sign in to comment.