mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
Update docs to recommend using django 3.2 LTS
This commit is contained in:
parent
1559333993
commit
00edddbaad
@ -7,7 +7,7 @@ django-helpdesk - A Django powered ticket tracker for small businesses.
|
||||
.. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg
|
||||
:target: https://codecov.io/gh/django-helpdesk/django-helpdesk
|
||||
|
||||
Copyright 2009-2020 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
|
||||
Copyright 2009-2021 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
|
||||
See LICENSE for details.
|
||||
|
||||
django-helpdesk was formerly known as Jutda Helpdesk, named after the
|
||||
@ -63,7 +63,7 @@ Installation
|
||||
`django-helpdesk` requires:
|
||||
|
||||
* Python 3.6+
|
||||
* Django 2.2 LTS (latest bugfix release highly recommended)
|
||||
* Django 2.2 LTS or 3.2 LTS (recommend migration to 3.2 as soon as possible)
|
||||
|
||||
You can quickly install the latest stable version of `django-helpdesk`
|
||||
app via `pip`::
|
||||
@ -83,7 +83,7 @@ and `docs/configuration.html`
|
||||
Testing
|
||||
-------
|
||||
|
||||
See quicktest.py for usage details
|
||||
See `quicktest.py` for usage details.
|
||||
|
||||
Upgrading from previous versions
|
||||
--------------------------------
|
||||
|
@ -10,7 +10,7 @@ Prerequisites
|
||||
Before getting started, ensure your system meets the following recommended dependencies:
|
||||
|
||||
* Python 3.6+
|
||||
* Django 2.2+, 3.x
|
||||
* Django 2.2+ LTS or 3.2 LTS (strongly recommend migrating to 3.2 LTS as soon as possible)
|
||||
|
||||
Ensure any extra Django modules you wish to use are compatible before continuing.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user