Message ID | 8f648093c78376238cf572b8c90335984fc8a76b.1642138698.git.tim.orling@konsulko.com |
---|---|
State | New |
Headers | show |
Series | [layerindex,v2,01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS | expand |
diff --git a/README.devel b/README.devel index 347dafc..78fbfbb 100644 --- a/README.devel +++ b/README.devel @@ -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.).
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> --- README.devel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)