You have some problem with django 1.10 `TypeError: 'LoggingMiddleware' object is not callable File "django/core/handlers/exception.py",` In django 1.10 your middleware class should be child of "MiddlewareMixin"
You have some problem with django 1.10
TypeError: 'LoggingMiddleware' object is not callable File "django/core/handlers/exception.py",In django 1.10 your middleware class should be child of "MiddlewareMixin"