mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-17 02:49:04 +02:00
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:
parent
f1dbcde4c4
commit
8f648093c7
|
@ -7,9 +7,9 @@ covered in the main README.
|
||||||
|
|
||||||
In order to run this application standalone, you will need:
|
In order to run this application standalone, you will need:
|
||||||
|
|
||||||
* Python 3.5+
|
* Python 3.6+
|
||||||
* Django 2.2.x
|
* Django 3.2.x (not compatible with 3.0 or older)
|
||||||
* RabbitMQ 3.7.x
|
* RabbitMQ 3.8.x
|
||||||
* For production usage, a web server set up to host Django applications
|
* For production usage, a web server set up to host Django applications
|
||||||
(not needed for local-only testing/development)
|
(not needed for local-only testing/development)
|
||||||
* A database system supported by Django (SQLite, MariaDB/MySQL, etc.).
|
* A database system supported by Django (SQLite, MariaDB/MySQL, etc.).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user