diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ Follow the instructions contained in the file to fill out your settings. Python3, Django, and Database setup ----------------------------------- We are now using Django 3.2 and will move to 4.2 in 2024 -We are installing with python3.9 +We are installing with python3.10 or 3.11 (the server is running 3.9) Install Django using pip, not with apt, on your test system in a venv. Conventionally on our main master expo server we install everything that we can as debian packages, not using pip. |