mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-02-16 10:19:17 +01:00
Update docs/install.rst
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
parent
af10f472a7
commit
245f4285a4
@ -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.
|
errors with trying to create User settings.
|
||||||
|
|
||||||
1. Edit your ``settings.py`` file add the following entries:
|
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 = (
|
INSTALLED_APPS = (
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
|
Loading…
Reference in New Issue
Block a user