I am building a mezzanine website.
I installed mezzanine by typing pip install mezzanine
this installed django 1.9 (IIRC) along with mezzanine.
I then installed cartridge, which upgraded django to version 1.10.8.
Now when I run runserver
at the command line, I get the following warning at the command line:
/path/to/env/lib/python3.5/site-packages/django/core/handlers/base.py:58: FutureWarning: TemplateForHostMiddleware` is deprecated. Please upgrade to the template loader.
How do I resolve this warning - as the warning is not very clear (i.e. upgrade which template loader and also, what does it mean to upgrade the template loader?)