Format code with black. Add makefile to run fmt/tests

This commit is contained in:
Griatch 2019-09-28 18:18:11 +02:00
parent d00bce9288
commit c2c7fa311a
299 changed files with 19037 additions and 11611 deletions

View file

@ -8,6 +8,7 @@ class SharedLoginMiddleware(object):
Handle the shared login between website and webclient.
"""
def __init__(self, get_response):
# One-time configuration and initialization.
self.get_response = get_response