mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-20 17:30:46 +02:00
Update docs to say Python 3.4+ since that's what we current do testing against
This commit is contained in:
parent
ec38150d1f
commit
492e25c77b
@ -69,7 +69,7 @@ django-helpdesk is released under the BSD license, however it packages 3rd party
|
|||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
1. Python 2.7+ (or 3.3+)
|
1. Python 2.7+ (or 3.4+)
|
||||||
2. Django (1.8 or newer)
|
2. Django (1.8 or newer)
|
||||||
3. An existing **working** Django project with database etc. If you cannot log into the Admin, you won't get this product working! This means you **must** run `syncdb` **before** you add ``helpdesk`` to your ``INSTALLED_APPS``.
|
3. An existing **working** Django project with database etc. If you cannot log into the Admin, you won't get this product working! This means you **must** run `syncdb` **before** you add ``helpdesk`` to your ``INSTALLED_APPS``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user