Closed magul closed 9 years ago
This bug depends on #249 reset-password functionality. It will require also to reafactor user creation (it will be possible from register page and from here, from here it will create random password and send reset-password link via email).
Environment:
Request Method: GET Request URL: http://localhost:8000/volontulo/offers/dadad/14/join
Django Version: 1.8.4 Python Version: 3.4.3 Installed Applications: ('django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'bootstrap3', 'volontulo') Installed Middleware: ('django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.auth.middleware.SessionAuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django.middleware.security.SecurityMiddleware')
Traceback: File "/home/tmagulski/.virtualenvs/volontulo/lib/python3.4/site-packages/django/core/handlers/base.py" in get_response
Exception Type: TypeError at /volontulo/offers/dadad/14/join Exception Value: int() argument must be a string, a bytes-like object or a number, not 'SimpleLazyObject'