This is an old revision of the document!
I used Django to build Dad's website. Serving with apache2 was a pain. I had to make sure I installed the python3 version of mod_wsgi and also I was running on a different port and had to add Listen 8083 to top of the apache2 config file.
So to recap I have apache2 serving my dokuwiki on 8082 and dad's site on 8083.