From 245f4285a48923e1505e5bc91c845f7431f41fde Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Thu, 16 Nov 2023 09:00:38 +0000 Subject: [PATCH] Update docs/install.rst Co-authored-by: Benbb96 --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 5920b280..9f3fccf7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -54,9 +54,9 @@ If you're on a brand new Django installation, make sure you do a ``migrate`` errors with trying to create User settings. 1. Edit your ``settings.py`` file add the following entries: - - add ``helpdesk`` to the ``INSTALLED_APPS`` tuple along with some other required entries in the ``django.contrib`` package. + - add ``helpdesk`` to the ``INSTALLED_APPS`` along with some other required entries in the ``django.contrib`` package. - An example of the core INSTALLED_APPS requirements for this app are shown below:: + An example of the core ``INSTALLED_APPS`` requirements for this app are shown below:: INSTALLED_APPS = ( 'django.contrib.auth',