From 486362fc400b63ce20e5fcfa4edf2e6e59324b41 Mon Sep 17 00:00:00 2001 From: Abe Hanoka Date: Thu, 28 Mar 2024 12:14:43 -0400 Subject: [PATCH] Update docs/developing-locally.rst Co-authored-by: Bruno Alla --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.