Skip to content

TypeError: ModelTrackerMiddleware() takes no arguments #4

Description

@Chrescht

Hi,

trying to get the middleware to work, I am getting the following error:

Traceback (most recent call last):
wsgi.py, line 16, in
application = get_wsgi_application()
env/lib/python3.8/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application
return WSGIHandler()
env/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 118, in init
self.load_middleware()
env/lib/python3.8/site-packages/django/core/handlers/base.py", line 61, in load_middleware
mw_instance = middleware(adapted_handler)
TypeError: ModelTrackerMiddleware() takes no arguments

Using Django 4.2.3 and python 3.8.10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions