From 16c70d38cd78eab23f1079a682ccfac47b01419c Mon Sep 17 00:00:00 2001 From: alligatorbait <{ID}+{username}@users.noreply.github.com> Date: Wed, 14 Oct 2020 15:06:56 -0600 Subject: [PATCH] Update Django versions supported and one format error in file --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 841b6422..ccc820ff 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -10,7 +10,7 @@ Prerequisites Before getting started, ensure your system meets the following recommended dependencies: * Python 3.6+ -* Django 2.x +* Django 2.2+, 3.x Ensure any extra Django modules you wish to use are compatible before continuing. @@ -125,7 +125,7 @@ errors with trying to create User settings. 8. Load initial e-mail templates, otherwise you will not be able to send e-mail:: - python manage.py loaddata emailtemplate.json + python manage.py loaddata emailtemplate.json 9. If you intend on using local mail directories for processing email into tickets, be sure to create the mail directory before adding it to the queue in the Django administrator interface. The default mail directory is ``/var/lib/mail/helpdesk/``. Ensure that the directory has appropriate permissions so that your Django/web server instance may read and write files from this directory.