Closed smithdc1 closed 5 years ago
Just realised that there is already a pull request which probably fixes this
Ok, I merged the PR. Thanks!
I learnt a lesson here! I should have done some more detailed checking of the PR before pointing it out. Since the merge of the PR the project doesn't work at all, it's broken on both django 2.1 and 2.2.
I'll try and look into it in more detail over the next few days.
It's not entirely clear why... New style MIDDLEWARE
was introduced in Django 1.10
I ran 'pipenv install' to create virtual environment and install packages from the pipfile and pipfile.lock
Running then 'pip list' gives
However, when django server is started the following error message is produced.
However if requirements are installed from requirements.txt then 'pip list' gives the following (and the django server runs fine).