diff --git a/README.md b/README.md index a6fc2157..538fc805 100644 --- a/README.md +++ b/README.md @@ -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!