From 6f7b3761b4c901a06516394d814a1a7d8a45598d Mon Sep 17 00:00:00 2001 From: Abe Hanoka Date: Thu, 28 Mar 2024 12:14:35 -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 ba0bbe99e..68053ca84 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -145,7 +145,7 @@ Following this structured approach, here's how to add a new app: $ mv / -#. **Edit the app's apps.py** change ``name = ''`` to ``name = '.'``: +#. **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: