From 50f0aaef02f6c2be34a8377841afbd29f1a3d7cf Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 24 Nov 2020 10:04:08 +0100
Subject: [PATCH] Even more docs added

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 41e86d4a..7336a950 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ enough to suit many organizations.
 ## Requirements
 The system has been tested and found to run well on Ubuntu >= 18
 * The programming language is Python >= 3.6 
-* The web framework is currently Django 3.1
+* The web framework is currently [Django 3.1](https://docs.djangoproject.com/en/3.1/)
 * Apache web server with mod_wsgi compiled for Python 3
 
 ## Install and setup
@@ -31,6 +31,7 @@ pip install -r requirements.txt
 ```
 
 ## Running with mod_wsgi
+The official Django documentation for this [can be found here](https://docs.djangoproject.com/en/3.1/howto/deployment/wsgi/modwsgi/) 
 
 * If running on e.g. Ubuntu 18, please remember to install the `libapache2-mod-wsgi-py3` and not the `libapache2-mod-wsgi` package
 * Here's an example mod_wsgi configuration in an Apache2 virtualhost
-- 
GitLab