diff --git a/docs/contributing/developing.rst b/docs/contributing/developing.rst index 4cb9d7c4c7..51dc1a0859 100644 --- a/docs/contributing/developing.rst +++ b/docs/contributing/developing.rst @@ -86,6 +86,7 @@ an argument to ``runtests.py`` You can create migrations for the test app by running the following from the Wagtail root. .. code-block:: console + $ django-admin.py makemigrations --settings=wagtail.tests.settings