README.devel: update versions

This updated code-base should be compatible with
Django 3.1 and obviously 3.2 (but not 3.0 or earlier).

Django 3.2 requires Python 3.6+.

With the upgrade to Celery 5, it is safer to recommend
RabbitMQ 3.8.x, since that is what we are using.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
Tim Orling 2022-01-13 21:00:03 -08:00
parent f1dbcde4c4
commit 8f648093c7

View File

@ -7,9 +7,9 @@ covered in the main README.
In order to run this application standalone, you will need:
* Python 3.5+
* Django 2.2.x
* RabbitMQ 3.7.x
* Python 3.6+
* Django 3.2.x (not compatible with 3.0 or older)
* RabbitMQ 3.8.x
* For production usage, a web server set up to host Django applications
(not needed for local-only testing/development)
* A database system supported by Django (SQLite, MariaDB/MySQL, etc.).