From 8f648093c78376238cf572b8c90335984fc8a76b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 13 Jan 2022 21:00:03 -0800 Subject: [PATCH] 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 --- README.devel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.).