diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 68053ca84..16247d082 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -147,7 +147,7 @@ Following this structured approach, here's how to add a new app: #. **Edit the app's apps.py** change ``name = ''`` to ``name = '.'``. -#. **Register the new app** by adding it to the ``LOCAL_APPS`` list in ``config/settings/base.py``, integrating it as an official component of your project: +#. **Register the new app** by adding it to the ``LOCAL_APPS`` list in ``config/settings/base.py``, integrating it as an official component of your project.