django-user-activity-log
django-user-activity-log copied to clipboard
Error when runserver
Hey! I followed your README teaching how to use this tool, but when I go "python manage.py runserver", an error occurs.
Could you please help me?
Unhandled exception in thread started by <function wrapper at 0x7f853a26cc80> Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/django/utils/autoreload.py", line 226, in wrapper fn(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/runserver.py", line 142, in inner_run handler = self.get_handler(*args, **options) File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/runserver.py", line 27, in get_handler handler = super(Command, self).get_handler(*args, **options) File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/runserver.py", line 64, in get_handler return get_internal_wsgi_application() File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 46, in get_internal_wsgi_application return get_wsgi_application() File "/usr/local/lib/python2.7/dist-packages/django/core/wsgi.py", line 14, in get_wsgi_application return WSGIHandler() File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 153, in __init__ self.load_middleware() File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 82, in load_middleware mw_instance = middleware(handler) TypeError: this constructor takes no arguments
I get a similar error (python 3.6):
Unhandled exception in thread started by <function check_errors.
I got the similar error
@AhmedAlZabidi
See for fixes
https://github.com/scailer/django-user-activity-log/pull/5/files