Closed tttee closed 6 years ago
Django 1.11 does not seem to fullfill the requirement of Python 3.7 that generator expressions need to be paranthesized.
That is ok:
https://docs.djangoproject.com/en/2.0/faq/install/#what-python-version-can-i-use-with-django
We need to adjust the Travis config accordingly.
Next time, please create separate pull requests for separate issues
Added Logo as favicon and navbar Icon. Updated Django to version 1.11. All tests passed on my test machine.