From a060e36960f4bf6c2ba171e44d113d79d1fc4a4c Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 24 Nov 2020 08:40:14 +0100 Subject: [PATCH] Updated a bit of documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f46c237..b1ec4cbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ This is the code for the public webpage for VIPS. It should be adaptable enough to suit many organizations. -Programming language is Python 2.7 and the web framework is currently Django 1.10 \ No newline at end of file +The programming language is Python >= 3.6 and the web framework is currently Django 3.1 + +Running with mod_wsgi + +If running on e.g. Ubuntu 18, please remember to install the libapache2-mod-wsgi-py3 and not the libapache2-mod-wsgi package \ No newline at end of file -- GitLab