Skip to content

Commit

Permalink
Add note about collectstatic in README.md (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrisoHarlaar authored Dec 2, 2022
1 parent 876dd6e commit abf2853
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ INSTALLED_APPS = [
]
```

`wagtail-localize` loads additional assets for the editing interface. Run the `collectstatic` management command to collect all the required assets.

```shell
python manage.py collectstatic
```

## Contributing

All contributions are welcome!
Expand Down

0 comments on commit abf2853

Please sign in to comment.