troeger / opensubmit

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Adding Logo to Docs-Website and adding Django version 1.11 #236

Closed tttee closed 6 years ago

tttee commented 6 years ago

Added Logo as favicon and navbar Icon. Updated Django to version 1.11. All tests passed on my test machine.

tttee commented 6 years ago

Django 1.11 does not seem to fullfill the requirement of Python 3.7 that generator expressions need to be paranthesized.

troeger commented 6 years ago

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.

troeger commented 6 years ago

Next time, please create separate pull requests for separate issues