· 9 years ago · Aug 02, 2016, 12:09 PM
1Rodeapps Mail Elena-Adela Neacsu <adela.neacsu@rodeapps.com>
2[Django] ERROR (EXTERNAL IP): Internal Server Error: /auth/forgot-password/
3mada.testapp@gmail.com <mada.testapp@gmail.com> Tue, Aug 2, 2016 at 3:03 PM
4To: adela.neacsu@rodeapps.com
5EncodeError at /auth/forgot-password/
6
7<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable
8Request Method: POST
9Request URL: http://dev.responsibyl-app.loki.pitechnologies.ro/auth/forgot-password/
10Django Version: 1.8
11Exception Type: EncodeError
12Exception Value:
13<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable
14Exception Location: /usr/lib/python2.7/json/encoder.py in default, line 184
15Python Executable: /usr/bin/uwsgi-core
16Python Version: 2.7.6
17Python Path:
18['.',
19 '',
20 '/var/lib/jenkins/workspace/sibyl-surveys/env/lib/python2.7',
21 '/var/lib/jenkins/workspace/sibyl-surveys/env/lib/python2.7/plat-x86_64-linux-gnu',
22 '/var/lib/jenkins/workspace/sibyl-surveys/env/lib/python2.7/lib-tk',
23 '/var/lib/jenkins/workspace/sibyl-surveys/env/lib/python2.7/lib-old',
24 '/var/lib/jenkins/workspace/sibyl-surveys/env/lib/python2.7/lib-dynload',
25 '/usr/lib/python2.7',
26 '/usr/lib/python2.7/plat-x86_64-linux-gnu',
27 '/usr/lib/python2.7/lib-tk',
28 '/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages',
29 '/var/lib/jenkins/workspace/sibyl-surveys']
30Server time: Tue, 2 Aug 2016 15:03:00 +0300
31Traceback
32
33/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/django/core/handlers/base.py in get_response
34 response = wrapped_callback(request, *callback_args, **callback_kwargs)
35Local Vars
36
37Variable Value
38e
39EncodeError(TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',),)
40callback_args
41()
42resolver_match
43ResolverMatch(func=rest_framework.decorators.forgot_password, args=(), kwargs={}, url_name=user-forgot-password, app_name=None, namespaces=['rest_framework'])
44middleware_method
45<bound method TrackingMiddleware.process_exception of <sibylsurveys.common.middleware.TrackingMiddleware object at 0x7f1d1cb6f790>>
46self
47<django.core.handlers.wsgi.WSGIHandler object at 0x7f1d223c9bd0>
48request
49"<WSGIRequest\npath:/auth/forgot-password/,\nGET:<QueryDict: {}>,\nPOST:<QueryDict: {}>,\nCOOKIES:{},\nMETA:{'CONTENT_LENGTH': '265',\n 'CONTENT_TYPE': 'application/json',\n u'CSRF_COOKIE': u'blTeBWc2mTYTZiSmXIz9n6QXzf1VmZ4y',\n 'DOCUMENT_ROOT': '/var/lib/jenkins/workspace/sibyl-surveys/sibylsurveys',\n 'HTTP_ACCEPT_ENCODING': 'gzip',\n 'HTTP_CONNECTION': 'Keep-Alive',\n 'HTTP_CONTENT_LENGTH': '265',\n 'HTTP_CONTENT_TYPE': 'application/json',\n 'HTTP_HOST': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'HTTP_USER_AGENT': 'Dalvik/2.1.0 (Linux; U; Android 6.0.1; Nexus 5X Build/MTC19Z)',\n 'HTTP_X_FORWARDED_FOR': '10.0.5.136',\n 'HTTP_X_FORWARDED_HOST': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'HTTP_X_FORWARDED_SERVER': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'PATH_INFO': u'/auth/forgot-password/',\n 'QUERY_STRING': '',\n 'REMOTE_ADDR': '10.0.0.2',\n 'REMOTE_PORT': '50935',\n 'REQUEST_METHOD': 'POST',\n 'REQUEST_URI': '/auth/forgot-password/',\n u'SCRIPT_NAME': u'',\n 'SERVER_NAME': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'SERVER_PORT': '9000',\n 'SERVER_PROTOCOL': 'HTTP/1.1',\n 'UWSGI_SCHEME': 'http',\n 'uwsgi.node': 'rodeapps-surveys-dev',\n 'uwsgi.version': '1.9.17.1-debian',\n 'wsgi.errors': <open file 'wsgi_errors', mode 'w' at 0x7f1d1cb7a0c0>,\n 'wsgi.file_wrapper': <built-in function uwsgi_sendfile>,\n 'wsgi.input': <uwsgi._Input object at 0x7f1d1cafda20>,\n 'wsgi.multiprocess': True,\n 'wsgi.multithread': False,\n 'wsgi.run_once': False,\n 'wsgi.url_scheme': 'http',\n 'wsgi.version': (1, 0)}>"
50callback
51<function forgot_password at 0x7f1d1d52a7d0>
52wrapped_callback
53<function forgot_password at 0x7f1d1d52a7d0>
54resolver
55<RegexURLResolver 'sibylsurveys.urls' (None:None) ^/>
56callback_kwargs
57{}
58response
59None
60urlconf
61'sibylsurveys.urls'
62/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/django/views/decorators/csrf.py in wrapped_view
63 return view_func(*args, **kwargs)
64Local Vars
65
66Variable Value
67args
68(<WSGIRequest: POST '/auth/forgot-password/'>,)
69view_func
70<function forgot_password at 0x7f1d1d52a758>
71kwargs
72{}
73/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/django/views/generic/base.py in view
74 return self.dispatch(request, *args, **kwargs)
75Local Vars
76
77Variable Value
78initkwargs
79{}
80self
81<rest_framework.decorators.forgot_password object at 0x7f1d1c5b2f50>
82args
83()
84request
85"<WSGIRequest\npath:/auth/forgot-password/,\nGET:<QueryDict: {}>,\nPOST:<QueryDict: {}>,\nCOOKIES:{},\nMETA:{'CONTENT_LENGTH': '265',\n 'CONTENT_TYPE': 'application/json',\n u'CSRF_COOKIE': u'blTeBWc2mTYTZiSmXIz9n6QXzf1VmZ4y',\n 'DOCUMENT_ROOT': '/var/lib/jenkins/workspace/sibyl-surveys/sibylsurveys',\n 'HTTP_ACCEPT_ENCODING': 'gzip',\n 'HTTP_CONNECTION': 'Keep-Alive',\n 'HTTP_CONTENT_LENGTH': '265',\n 'HTTP_CONTENT_TYPE': 'application/json',\n 'HTTP_HOST': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'HTTP_USER_AGENT': 'Dalvik/2.1.0 (Linux; U; Android 6.0.1; Nexus 5X Build/MTC19Z)',\n 'HTTP_X_FORWARDED_FOR': '10.0.5.136',\n 'HTTP_X_FORWARDED_HOST': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'HTTP_X_FORWARDED_SERVER': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'PATH_INFO': u'/auth/forgot-password/',\n 'QUERY_STRING': '',\n 'REMOTE_ADDR': '10.0.0.2',\n 'REMOTE_PORT': '50935',\n 'REQUEST_METHOD': 'POST',\n 'REQUEST_URI': '/auth/forgot-password/',\n u'SCRIPT_NAME': u'',\n 'SERVER_NAME': 'dev.responsibyl-app.loki.pitechnologies.ro',\n 'SERVER_PORT': '9000',\n 'SERVER_PROTOCOL': 'HTTP/1.1',\n 'UWSGI_SCHEME': 'http',\n 'uwsgi.node': 'rodeapps-surveys-dev',\n 'uwsgi.version': '1.9.17.1-debian',\n 'wsgi.errors': <open file 'wsgi_errors', mode 'w' at 0x7f1d1cb7a0c0>,\n 'wsgi.file_wrapper': <built-in function uwsgi_sendfile>,\n 'wsgi.input': <uwsgi._Input object at 0x7f1d1cafda20>,\n 'wsgi.multiprocess': True,\n 'wsgi.multithread': False,\n 'wsgi.run_once': False,\n 'wsgi.url_scheme': 'http',\n 'wsgi.version': (1, 0)}>"
86kwargs
87{}
88cls
89<class 'rest_framework.decorators.forgot_password'>
90/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/rest_framework/views.py in dispatch
91 response = self.handle_exception(exc)
92Local Vars
93
94Variable Value
95exc
96EncodeError(TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',),)
97self
98<rest_framework.decorators.forgot_password object at 0x7f1d1c5b2f50>
99args
100()
101request
102<rest_framework.request.Request object at 0x7f1d1c553e90>
103handler
104<bound method forgot_password.handler of <rest_framework.decorators.forgot_password object at 0x7f1d1c5b2f50>>
105kwargs
106{}
107/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/rest_framework/views.py in dispatch
108 response = handler(request, *args, **kwargs)
109Local Vars
110
111Variable Value
112exc
113EncodeError(TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',),)
114self
115<rest_framework.decorators.forgot_password object at 0x7f1d1c5b2f50>
116args
117()
118request
119<rest_framework.request.Request object at 0x7f1d1c553e90>
120handler
121<bound method forgot_password.handler of <rest_framework.decorators.forgot_password object at 0x7f1d1c5b2f50>>
122kwargs
123{}
124/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/rest_framework/decorators.py in handler
125 return func(*args, **kwargs)
126Local Vars
127
128Variable Value
129self
130<rest_framework.decorators.forgot_password object at 0x7f1d1c5b2f50>
131args
132(<rest_framework.request.Request object at 0x7f1d1c553e90>,)
133func
134<function forgot_password at 0x7f1d1d52a6e0>
135kwargs
136{}
137./sibylsurveys/common/views/forgot_password.py in forgot_password
138 send_simple_email.delay(subject, content, [user.email])
139Local Vars
140
141Variable Value
142username
143u'camelia.tripon'
144template
145<django.template.backends.django.Template object at 0x7f1d1c5a1550>
146request
147<rest_framework.request.Request object at 0x7f1d1c553e90>
148content
149u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>'
150link
151'http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/'
152user
153<User: camelia.tripon>
154context
155[{'False': False, 'None': None, 'True': True}, {'username': u'camelia.tripon', 'message': <django.utils.functional.__proxy__ object at 0x7f1d1c5a1750>, 'link': 'http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/', 'title': <django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>}]
156message
157<django.utils.functional.__proxy__ object at 0x7f1d1c5a1750>
158email_address
159u'camelia.tripon@rodeapps.com'
160subject
161<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>
162/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/celery/app/task.py in delay
163 return self.apply_async(args, kwargs)
164Local Vars
165
166Variable Value
167self
168<@task: sibylsurveys.common.tasks.send_simple_email of sibylsurveys:0x7f1d22cf8dd0>
169args
170(<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
171 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
172 [u'camelia.tripon@rodeapps.com'])
173kwargs
174{}
175/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/celery/app/task.py in apply_async
176 **dict(self._get_exec_options(), **options)
177Local Vars
178
179Variable Value
180producer
181None
182task_id
183None
184app
185<Celery sibylsurveys:0x7f1d22cf8dd0>
186args
187(<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
188 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
189 [u'camelia.tripon@rodeapps.com'])
190options
191{}
192link
193None
194kwargs
195{}
196link_error
197None
198self
199<@task: sibylsurveys.common.tasks.send_simple_email of sibylsurveys:0x7f1d22cf8dd0>
200/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/celery/app/base.py in send_task
201 reply_to=reply_to or self.oid, **options
202Local Vars
203
204Variable Value
205publisher
206None
207expires
208None
209result_cls
210<bound method send_simple_email.AsyncResult of <@task: sibylsurveys.common.tasks.send_simple_email of sibylsurveys:0x7f1d22cf8dd0>>
211task_id
212'af0218f1-3d1f-4414-b6ca-66c2edcf2a58'
213producer
214None
215self
216<Celery sibylsurveys:0x7f1d22cf8dd0>
217args
218(<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
219 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
220 [u'camelia.tripon@rodeapps.com'])
221add_to_parent
222True
223countdown
224None
225P
226<Producer: None>
227connection
228None
229eta
230None
231link
232None
233link_error
234None
235conf
236{'CELERY_RESULT_DB_TABLENAMES': None, 'BROKER_TRANSPORT_OPTIONS': {}, 'TESTING': False, 'DEFAULT_EXCEPTION_REPORTER_FILTER': 'django.views.debug.SafeExceptionReporterFilter', 'BROKER_USE_SSL': False, 'CELERY_BROADCAST_QUEUE': 'celeryctl', '__str__': <bound method LazySettings.inner of <django.conf.LazySettings object at 0x7f1d2286bf10>>, 'EMAIL_USE_TLS': True, 'CELERY_STORE_ERRORS_EVEN_IF_IGNORED': False, 'CELERY_CREATE_MISSING_QUEUES': True, 'ENVIRONMENT': 'DEV', 'CSRF_COOKIE_SECURE': False, 'CELERY_DEFAULT_QUEUE': 'celery', 'LANGUAGE_CODE': 'en-us', 'CELERY_SEND_TASK_SENT_EVENT': False, 'CELERYD_TASK_TIME_LIMIT': None, 'BROKER_URL': 'redis://localhost:6379/0', 'CELERY_EVENT_QUEUE_EXPIRES': None, 'DEBUG_PROPAGATE_EXCEPTIONS': False, 'BASE_DIR': '/var/lib/jenkins/workspace/sibyl-surveys', 'SILENCED_SYSTEM_CHECKS': ['fields.W340'], 'DEFAULT_CHARSET': 'utf-8', 'IGNORABLE_404_URLS': (), 'CELERY_DEFAULT_EXCHANGE_TYPE': 'direct', 'CORS_ALLOW_HEADERS': ('x-requested-with', 'content-type', 'accept', 'origin', 'authorization', 'x-csrftoken', 'vary', 'ETag', 'If-Match', 'If-none-match', '*'), 'SESSION_SERIALIZER': 'django.contrib.sessions.serializers.JSONSerializer', 'STATIC_ROOT': '/var/lib/jenkins/workspace/sibyl-surveys/staticfiles', 'SECURE_HSTS_INCLUDE_SUBDOMAINS': False, 'CELERYBEAT_SCHEDULER': 'celery.beat:PersistentScheduler', 'CELERY_MAX_CACHED_RESULTS': 100, '__class__': <class 'django.conf.Settings'>, 'USE_THOUSAND_SEPARATOR': False, 'CELERY_RESULT_PERSISTENT': None, 'CELERYD_POOL': 'prefork', '__reduce__': <built-in method __reduce__ of LazySettings object at 0x7f1d2286bf10>, 'USE_L10N': True, 'CELERYD_AGENT': None, 'EMAIL_HOST': 'smtp.gmail.com', 'MESSAGE_STORAGE': 'django.contrib.messages.storage.fallback.FallbackStorage', 'CELERY_CACHE_BACKEND_OPTIONS': {}, 'EMAIL_SUBJECT_PREFIX': '[Django] ', 'FILE_UPLOAD_PERMISSIONS': None, 'BROKER_HEARTBEAT': None, 'SECURE_HSTS_SECONDS': 0, 'CELERY_RESULT_ENGINE_OPTIONS': None, 'CELERY_RESULT_SERIALIZER': 'json', 'CELERYBEAT_SCHEDULE_FILENAME': 'celerybeat-schedule', 'SESSION_CACHE_ALIAS': 'default', 'CELERY_REDIRECT_STDOUTS_LEVEL': 'WARNING', 'CELERY_IMPORTS': (), 'SESSION_COOKIE_DOMAIN': None, 'SESSION_COOKIE_NAME': 'sessionid', 'MEDIA_URL': '/media/', 'TIME_INPUT_FORMATS': ('%H:%M:%S', '%H:%M:%S.%f', '%H:%M'), 'SECURE_REDIRECT_EXEMPT': [], 'DATABASES': {'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2', 'AUTOCOMMIT': True, 'ATOMIC_REQUESTS': False, 'NAME': 'sibylsurveysdb', 'CONN_MAX_AGE': 0, 'TIME_ZONE': 'Europe/Bucharest', 'OPTIONS': {}, 'HOST': 'localhost', 'USER': 'dbadmin', 'TEST': {'COLLATION': None, 'CHARSET': None, 'NAME': None, 'MIRROR': None}, 'PASSWORD': 'pass', 'PORT': ''}}, 'EMAIL_SSL_KEYFILE': None, 'TEMPLATE_DEBUG': False, 'FILE_UPLOAD_DIRECTORY_PERMISSIONS': None, 'SERVER_EMAIL': 'root@localhost', 'FILE_UPLOAD_HANDLERS': ('django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler'), 'TEMPLATE_CONTEXT_PROCESSORS': ('django.contrib.auth.context_processors.auth', 'django.template.context_processors.debug', 'django.template.context_processors.i18n', 'django.template.context_processors.media', 'django.template.context_processors.static', 'django.template.context_processors.tz', 'django.contrib.messages.context_processors.messages'), 'DEFAULT_CONTENT_TYPE': 'text/html', 'CELERYD_TASK_LOG_FORMAT': '[%(asctime)s: %(levelname)s/%(processName)s] %(task_name)s[%(task_id)s]: %(message)s', 'CELERY_SECURITY_CERTIFICATE': None, 'APPEND_SLASH': True, 'API': 'APP', 'CELERYD_LOG_COLOR': None, 'DEFAULT_TABLESPACE': '', 'CELERY_RESULT_EXCHANGE': 'celeryresults', 'CELERY_TRACK_STARTED': False, 'YEAR_MONTH_FORMAT': 'F Y', 'ALLOWED_HOSTS': [], 'STATICFILES_STORAGE': 'django.contrib.staticfiles.storage.StaticFilesStorage', 'CELERY_REDIS_PASSWORD': None, '__module__': 'django.conf', 'BROKER_USER': None, 'CORS_EXPOSE_HEADERS': ('x-requested-with', 'content-type', 'accept', 'origin', 'authorization', 'x-csrftoken', 'vary', 'ETag', 'If-Match', 'If-none-match', '*'), 'CELERY_COUCHBASE_BACKEND_SETTINGS': None, 'ROOT_U... <trimmed 18233 bytes string>
237kwargs
238{}
239reply_to
240None
241router
242<celery.app.routes.Router object at 0x7f1d1c6c3b10>
243options
244{'queue': <unbound Queue celery -> <unbound Exchange celery(direct)> -> celery>,
245 'serializer': 'json'}
246name
247'sibylsurveys.common.tasks.send_simple_email'
248/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/celery/app/amqp.py in publish_task
249 **kwargs
250Local Vars
251
252Variable Value
253time_limit
254None
255chord
256None
257send_task_sent
258<bound method Signal.send of <Signal: Signal>>
259delivery_mode
2602
261errbacks
262None
263event_dispatcher
264None
265before_receivers
266[]
267send_before_publish
268<bound method Signal.send of <Signal: Signal>>
269retry
270True
271compression
272None
273taskset_id
274None
275self
276<Producer: None>
277routing_key
278'celery'
279retry_policy
280None
281countdown
282None
283kwargs
284{}
285_rp
286{'interval_max': 1,
287 'interval_start': 0,
288 'interval_step': 0.2,
289 'max_retries': 3}
290soft_time_limit
291None
292body
293{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
294 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
295 [u'camelia.tripon@rodeapps.com']),
296 'callbacks': None,
297 'chord': None,
298 'errbacks': None,
299 'eta': None,
300 'expires': None,
301 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
302 'kwargs': {},
303 'retries': 0,
304 'task': 'sibylsurveys.common.tasks.send_simple_email',
305 'taskset': None,
306 'timelimit': (None, None),
307 'utc': True}
308sent_receivers
309[]
310task_args
311(<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
312 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
313 [u'camelia.tripon@rodeapps.com'])
314exchange
315'celery'
316expires
317None
318callbacks
319None
320send_after_publish
321<bound method Signal.send of <Signal: Signal>>
322now
323None
324retries
3250
326task_id
327'af0218f1-3d1f-4414-b6ca-66c2edcf2a58'
328qname
329'celery'
330after_receivers
331[]
332exchange_type
333None
334queue
335<unbound Queue celery -> <unbound Exchange celery(direct)> -> celery>
336headers
337{}
338eta
339None
340task_name
341'sibylsurveys.common.tasks.send_simple_email'
342reply_to
343'a00f353d-d738-3686-b3a2-0bb6f85eed1b'
344group_id
345None
346task_kwargs
347{}
348declare
349[<unbound Queue celery -> <unbound Exchange celery(direct)> -> celery>]
350serializer
351'json'
352/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/kombu/messaging.py in publish
353 compression, headers)
354Local Vars
355
356Variable Value
357body
358{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
359 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
360 [u'camelia.tripon@rodeapps.com']),
361 'callbacks': None,
362 'chord': None,
363 'errbacks': None,
364 'eta': None,
365 'expires': None,
366 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
367 'kwargs': {},
368 'retries': 0,
369 'task': 'sibylsurveys.common.tasks.send_simple_email',
370 'taskset': None,
371 'timelimit': (None, None),
372 'utc': True}
373retry
374True
375mandatory
376False
377compression
378None
379exchange
380'celery'
381self
382<Producer: None>
383delivery_mode
3842
385routing_key
386'celery'
387immediate
388False
389retry_policy
390{'interval_max': 1,
391 'interval_start': 0,
392 'interval_step': 0.2,
393 'max_retries': 3}
394priority
3950
396headers
397{}
398expiration
399None
400content_type
401None
402declare
403[<unbound Queue celery -> <unbound Exchange celery(direct)> -> celery>]
404properties
405{'correlation_id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
406 'delivery_mode': 2,
407 'reply_to': 'a00f353d-d738-3686-b3a2-0bb6f85eed1b'}
408serializer
409'json'
410content_encoding
411None
412/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/kombu/messaging.py in _prepare
413 body) = dumps(body, serializer=serializer)
414Local Vars
415
416Variable Value
417body
418{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
419 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
420 [u'camelia.tripon@rodeapps.com']),
421 'callbacks': None,
422 'chord': None,
423 'errbacks': None,
424 'eta': None,
425 'expires': None,
426 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
427 'kwargs': {},
428 'retries': 0,
429 'task': 'sibylsurveys.common.tasks.send_simple_email',
430 'taskset': None,
431 'timelimit': (None, None),
432 'utc': True}
433compression
434None
435self
436<Producer: None>
437headers
438{}
439content_encoding
440None
441content_type
442None
443serializer
444'json'
445/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/kombu/serialization.py in dumps
446 payload = encoder(data)
447Local Vars
448
449Variable Value
450self
451<kombu.serialization.SerializerRegistry object at 0x7f1d2382fd90>
452encoder
453<function dumps at 0x7f1d2384fde8>
454content_encoding
455'utf-8'
456content_type
457'application/json'
458data
459{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
460 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
461 [u'camelia.tripon@rodeapps.com']),
462 'callbacks': None,
463 'chord': None,
464 'errbacks': None,
465 'eta': None,
466 'expires': None,
467 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
468 'kwargs': {},
469 'retries': 0,
470 'task': 'sibylsurveys.common.tasks.send_simple_email',
471 'taskset': None,
472 'timelimit': (None, None),
473 'utc': True}
474serializer
475'json'
476/usr/lib/python2.7/contextlib.py in __exit__
477 self.gen.throw(type, value, traceback)
478Local Vars
479
480Variable Value
481self
482<contextlib.GeneratorContextManager object at 0x7f1d23952090>
483traceback
484<traceback object at 0x7f1d1c482638>
485type
486<type 'exceptions.TypeError'>
487value
488TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',)
489/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/kombu/serialization.py in _reraise_errors
490 reraise(wrapper, wrapper(exc), sys.exc_info()[2])
491Local Vars
492
493Variable Value
494exclude
495(<class 'kombu.exceptions.SerializerNotInstalled'>,)
496include
497(<type 'exceptions.Exception'>,)
498exc
499TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',)
500wrapper
501<class 'kombu.exceptions.EncodeError'>
502/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/kombu/serialization.py in _reraise_errors
503 yield
504Local Vars
505
506Variable Value
507exclude
508(<class 'kombu.exceptions.SerializerNotInstalled'>,)
509include
510(<type 'exceptions.Exception'>,)
511exc
512TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',)
513wrapper
514<class 'kombu.exceptions.EncodeError'>
515/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/kombu/serialization.py in dumps
516 payload = encoder(data)
517Local Vars
518
519Variable Value
520self
521<kombu.serialization.SerializerRegistry object at 0x7f1d2382fd90>
522encoder
523<function dumps at 0x7f1d2384fde8>
524content_encoding
525'utf-8'
526content_type
527'application/json'
528data
529{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
530 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
531 [u'camelia.tripon@rodeapps.com']),
532 'callbacks': None,
533 'chord': None,
534 'errbacks': None,
535 'eta': None,
536 'expires': None,
537 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
538 'kwargs': {},
539 'retries': 0,
540 'task': 'sibylsurveys.common.tasks.send_simple_email',
541 'taskset': None,
542 'timelimit': (None, None),
543 'utc': True}
544serializer
545'json'
546/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/anyjson/__init__.py in dumps
547 return implementation.dumps(value)
548Local Vars
549
550Variable Value
551value
552{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
553 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
554 [u'camelia.tripon@rodeapps.com']),
555 'callbacks': None,
556 'chord': None,
557 'errbacks': None,
558 'eta': None,
559 'expires': None,
560 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
561 'kwargs': {},
562 'retries': 0,
563 'task': 'sibylsurveys.common.tasks.send_simple_email',
564 'taskset': None,
565 'timelimit': (None, None),
566 'utc': True}
567/var/lib/jenkins/workspace/sibyl-surveys/env/local/lib/python2.7/site-packages/anyjson/__init__.py in dumps
568 return self._encode(data)
569Local Vars
570
571Variable Value
572self
573<_JsonImplementation instance using json>
574data
575{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
576 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
577 [u'camelia.tripon@rodeapps.com']),
578 'callbacks': None,
579 'chord': None,
580 'errbacks': None,
581 'eta': None,
582 'expires': None,
583 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
584 'kwargs': {},
585 'retries': 0,
586 'task': 'sibylsurveys.common.tasks.send_simple_email',
587 'taskset': None,
588 'timelimit': (None, None),
589 'utc': True}
590exc
591TypeError('<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090> is not JSON serializable',)
592/usr/lib/python2.7/json/__init__.py in dumps
593 return _default_encoder.encode(obj)
594Local Vars
595
596Variable Value
597indent
598None
599encoding
600'utf-8'
601default
602None
603separators
604None
605kw
606{}
607skipkeys
608False
609allow_nan
610True
611obj
612{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
613 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
614 [u'camelia.tripon@rodeapps.com']),
615 'callbacks': None,
616 'chord': None,
617 'errbacks': None,
618 'eta': None,
619 'expires': None,
620 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
621 'kwargs': {},
622 'retries': 0,
623 'task': 'sibylsurveys.common.tasks.send_simple_email',
624 'taskset': None,
625 'timelimit': (None, None),
626 'utc': True}
627sort_keys
628False
629ensure_ascii
630True
631check_circular
632True
633cls
634None
635/usr/lib/python2.7/json/encoder.py in encode
636 chunks = self.iterencode(o, _one_shot=True)
637Local Vars
638
639Variable Value
640self
641<json.encoder.JSONEncoder object at 0x7f1d23840fd0>
642o
643{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
644 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
645 [u'camelia.tripon@rodeapps.com']),
646 'callbacks': None,
647 'chord': None,
648 'errbacks': None,
649 'eta': None,
650 'expires': None,
651 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
652 'kwargs': {},
653 'retries': 0,
654 'task': 'sibylsurveys.common.tasks.send_simple_email',
655 'taskset': None,
656 'timelimit': (None, None),
657 'utc': True}
658/usr/lib/python2.7/json/encoder.py in iterencode
659 return _iterencode(o, 0)
660Local Vars
661
662Variable Value
663_encoder
664<built-in function encode_basestring_ascii>
665floatstr
666<function floatstr at 0x7f1d247aa320>
667self
668<json.encoder.JSONEncoder object at 0x7f1d23840fd0>
669markers
670{139763006513296: <django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
671 139763031179984: (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
672 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
673 [u'camelia.tripon@rodeapps.com']),
674 139763142794328: {'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
675 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
676 [u'camelia.tripon@rodeapps.com']),
677 'callbacks': None,
678 'chord': None,
679 'errbacks': None,
680 'eta': None,
681 'expires': None,
682 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
683 'kwargs': {},
684 'retries': 0,
685 'task': 'sibylsurveys.common.tasks.send_simple_email',
686 'taskset': None,
687 'timelimit': (None, None),
688 'utc': True}}
689_one_shot
690True
691o
692{'args': (<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>,
693 u'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Reset password</title>\n</head>\n<body>\n\nVisit the following page in the next 24 hours for changing the password for user: <b>camelia.tripon</b>\n<br><br>\n<a href=http://dev.responsibyl-app.loki.pitechnologies.ro/auth/set-password/2B41b40C3ptYua0ilRq6YT9KT6ECwe/>Link</a>\n\n</body>\n</html>',
694 [u'camelia.tripon@rodeapps.com']),
695 'callbacks': None,
696 'chord': None,
697 'errbacks': None,
698 'eta': None,
699 'expires': None,
700 'id': 'af0218f1-3d1f-4414-b6ca-66c2edcf2a58',
701 'kwargs': {},
702 'retries': 0,
703 'task': 'sibylsurveys.common.tasks.send_simple_email',
704 'taskset': None,
705 'timelimit': (None, None),
706 'utc': True}
707_iterencode
708<_json.Encoder object at 0x7f1d1c486e60>
709/usr/lib/python2.7/json/encoder.py in default
710 raise TypeError(repr(o) + " is not JSON serializable")
711Local Vars
712
713Variable Value
714self
715<json.encoder.JSONEncoder object at 0x7f1d23840fd0>
716o
717<django.utils.functional.__proxy__ object at 0x7f1d1c5b2090>
718Request information
719
720GET
721
722No GET data
723
724POST
725
726No POST data
727
728FILES
729
730No FILES data
731
732COOKIES
733
734No cookie data
735
736META
737
738Variable Value
739wsgi.multiprocess
740True
741HTTP_X_FORWARDED_SERVER
742'dev.responsibyl-app.loki.pitechnologies.ro'
743uwsgi.version
744'1.9.17.1-debian'
745SCRIPT_NAME
746u''
747REQUEST_METHOD
748'POST'
749PATH_INFO
750u'/auth/forgot-password/'
751SERVER_PROTOCOL
752'HTTP/1.1'
753QUERY_STRING
754''
755UWSGI_SCHEME
756'http'
757CONTENT_LENGTH
758'265'
759HTTP_USER_AGENT
760'Dalvik/2.1.0 (Linux; U; Android 6.0.1; Nexus 5X Build/MTC19Z)'
761HTTP_CONNECTION
762'Keep-Alive'
763SERVER_NAME
764'dev.responsibyl-app.loki.pitechnologies.ro'
765REMOTE_ADDR
766'10.0.0.2'
767wsgi.url_scheme
768'http'
769SERVER_PORT
770'9000'
771uwsgi.node
772'rodeapps-surveys-dev'
773DOCUMENT_ROOT
774'/var/lib/jenkins/workspace/sibyl-surveys/sibylsurveys'
775CONTENT_TYPE
776'application/json'
777wsgi.input
778<uwsgi._Input object at 0x7f1d1cafda20>
779HTTP_HOST
780'dev.responsibyl-app.loki.pitechnologies.ro'
781wsgi.multithread
782False
783HTTP_CONTENT_TYPE
784'application/json'
785REQUEST_URI
786'/auth/forgot-password/'
787wsgi.version
788(1, 0)
789HTTP_X_FORWARDED_FOR
790'10.0.5.136'
791wsgi.errors
792<open file 'wsgi_errors', mode 'w' at 0x7f1d1cb7a0c0>
793REMOTE_PORT
794'50935'
795HTTP_X_FORWARDED_HOST
796'dev.responsibyl-app.loki.pitechnologies.ro'
797wsgi.run_once
798False
799HTTP_CONTENT_LENGTH
800'265'
801wsgi.file_wrapper
802''
803CSRF_COOKIE
804u'blTeBWc2mTYTZiSmXIz9n6QXzf1VmZ4y'
805HTTP_ACCEPT_ENCODING
806'gzip'
807Settings
808
809Using settings module sibylsurveys.settings
810
811Setting Value
812TESTING
813False
814SECURE_BROWSER_XSS_FILTER
815False
816USE_THOUSAND_SEPARATOR
817False
818ENVIRONMENT
819'DEV'
820CSRF_COOKIE_SECURE
821False
822LANGUAGE_CODE
823'en-us'
824ROOT_URLCONF
825'sibylsurveys.urls'
826MANAGERS
827()
828BROKER_URL
829'redis://localhost:6379/0'
830BASE_DIR
831'/var/lib/jenkins/workspace/sibyl-surveys'
832SILENCED_SYSTEM_CHECKS
833['fields.W340']
834DEFAULT_CHARSET
835'utf-8'
836CORS_ALLOW_HEADERS
837('x-requested-with',
838 'content-type',
839 'accept',
840 'origin',
841 'authorization',
842 'x-csrftoken',
843 'vary',
844 'ETag',
845 'If-Match',
846 'If-none-match',
847 '*')
848SESSION_SERIALIZER
849'django.contrib.sessions.serializers.JSONSerializer'
850STATIC_ROOT
851'/var/lib/jenkins/workspace/sibyl-surveys/staticfiles'
852ALLOWED_HOSTS
853[]
854MESSAGE_STORAGE
855'django.contrib.messages.storage.fallback.FallbackStorage'
856EMAIL_SUBJECT_PREFIX
857'[Django] '
858SERVER_EMAIL
859'root@localhost'
860SECURE_HSTS_SECONDS
8610
862CELERY_RESULT_SERIALIZER
863'json'
864STATICFILES_FINDERS
865('django.contrib.staticfiles.finders.FileSystemFinder',
866 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
867SESSION_CACHE_ALIAS
868'default'
869SESSION_COOKIE_DOMAIN
870None
871SESSION_COOKIE_NAME
872'sessionid'
873TIME_INPUT_FORMATS
874('%H:%M:%S', '%H:%M:%S.%f', '%H:%M')
875SECURE_REDIRECT_EXEMPT
876[]
877DATABASES
878{'default': {'ATOMIC_REQUESTS': False,
879 'AUTOCOMMIT': True,
880 'CONN_MAX_AGE': 0,
881 'ENGINE': 'django.db.backends.postgresql_psycopg2',
882 'HOST': 'localhost',
883 'NAME': 'sibylsurveysdb',
884 'OPTIONS': {},
885 'PASSWORD': u'********************',
886 'PORT': '',
887 'TEST': {'CHARSET': None,
888 'COLLATION': None,
889 'MIRROR': None,
890 'NAME': None},
891 'TIME_ZONE': 'Europe/Bucharest',
892 'USER': 'dbadmin'}}
893EMAIL_SSL_KEYFILE
894u'********************'
895FILE_UPLOAD_DIRECTORY_PERMISSIONS
896None
897FILE_UPLOAD_PERMISSIONS
898None
899FILE_UPLOAD_HANDLERS
900('django.core.files.uploadhandler.MemoryFileUploadHandler',
901 'django.core.files.uploadhandler.TemporaryFileUploadHandler')
902DEFAULT_CONTENT_TYPE
903'text/html'
904APPEND_SLASH
905True
906FIRST_DAY_OF_WEEK
9070
908DATABASE_ROUTERS
909[]
910DEFAULT_TABLESPACE
911''
912YEAR_MONTH_FORMAT
913'F Y'
914STATICFILES_STORAGE
915'django.contrib.staticfiles.storage.StaticFilesStorage'
916CACHES
917{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
918CORS_EXPOSE_HEADERS
919('x-requested-with',
920 'content-type',
921 'accept',
922 'origin',
923 'authorization',
924 'x-csrftoken',
925 'vary',
926 'ETag',
927 'If-Match',
928 'If-none-match',
929 '*')
930SECURE_CONTENT_TYPE_NOSNIFF
931False
932MIDDLEWARE_CLASSES
933(u'debug_toolbar.middleware.DebugToolbarMiddleware',
934 'django.contrib.sessions.middleware.SessionMiddleware',
935 'django.middleware.locale.LocaleMiddleware',
936 'django.middleware.common.CommonMiddleware',
937 'django.middleware.csrf.CsrfViewMiddleware',
938 'django.contrib.auth.middleware.AuthenticationMiddleware',
939 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
940 'django.contrib.messages.middleware.MessageMiddleware',
941 'django.middleware.clickjacking.XFrameOptionsMiddleware',
942 'django.middleware.security.SecurityMiddleware',
943 'corsheaders.middleware.CorsMiddleware',
944 'sibylsurveys.common.middleware.OauthExceptionMiddleware',
945 'sibylsurveys.common.middleware.TrackingMiddleware')
946USE_I18N
947True
948THOUSAND_SEPARATOR
949','
950SECRET_KEY
951u'********************'
952CORS_ORIGIN_WHITELIST
953'*'
954DEFAULT_INDEX_TABLESPACE
955''
956LOGGING_CONFIG
957'logging.config.dictConfig'
958TEMPLATE_LOADERS
959('django.template.loaders.filesystem.Loader',
960 'django.template.loaders.app_directories.Loader')
961ACCESS_CONTROL_EXPOSE_HEADERS
962True
963API
964u'********************'
965WSGI_APPLICATION
966'sibylsurveys.wsgi.application'
967TEMPLATE_DEBUG
968False
969X_FRAME_OPTIONS
970'SAMEORIGIN'
971CSRF_COOKIE_NAME
972'csrftoken'
973REST_FRAMEWORK_EXTENSIONS
974{'DEFAULT_LIST_ETAG_FUNC': 'sibylsurveys.utils.etags.list_etag_func',
975 'DEFAULT_OBJECT_ETAG_FUNC': 'sibylsurveys.utils.etags.object_etag_func'}
976FORCE_SCRIPT_NAME
977None
978USE_X_FORWARDED_HOST
979False
980CORS_ALLOW_CREDENTIALS
981True
982EMAIL_TIMEOUT
983None
984SECURE_SSL_HOST
985None
986SIGNING_BACKEND
987'django.core.signing.TimestampSigner'
988SESSION_COOKIE_SECURE
989False
990CSRF_COOKIE_DOMAIN
991None
992FILE_CHARSET
993'utf-8'
994DEBUG
995True
996LANGUAGE_COOKIE_DOMAIN
997None
998DEFAULT_FILE_STORAGE
999'django.core.files.storage.FileSystemStorage'
1000INSTALLED_APPS
1001('django.contrib.admin',
1002 'django.contrib.auth',
1003 'django.contrib.contenttypes',
1004 'django.contrib.sessions',
1005 'django.contrib.messages',
1006 'django.contrib.postgres',
1007 'django.contrib.staticfiles',
1008 'django_extensions',
1009 'debug_toolbar',
1010 'rest_framework',
1011 'corsheaders',
1012 'oauth2_provider',
1013 'sibylsurveys.common',
1014 'sibylsurveys.modules.company',
1015 'sibylsurveys.modules.profiles',
1016 'sibylsurveys.modules.surveys',
1017 'sibylsurveys.modules.engagements',
1018 'sibylsurveys.modules.responses',
1019 'sibylsurveys.modules.locations',
1020 'sibylsurveys.modules.devices',
1021 'sibylsurveys.modules.reports',
1022 'sibylsurveys.modules.push_notifications',
1023 'rest_framework_swagger')
1024LANGUAGES_BIDI
1025('he', 'ar', 'fa', 'ur')
1026USE_L10N
1027True
1028SECURE_HSTS_INCLUDE_SUBDOMAINS
1029False
1030STATICFILES_DIRS
1031()
1032PREPEND_WWW
1033False
1034SECURE_PROXY_SSL_HEADER
1035None
1036LANGUAGE_COOKIE_AGE
1037None
1038SESSION_COOKIE_HTTPONLY
1039True
1040DEBUG_PROPAGATE_EXCEPTIONS
1041False
1042INTERNAL_IPS
1043(u'::1', u'127.0.0.1')
1044MONTH_DAY_FORMAT
1045'F j'
1046LOGIN_URL
1047'/accounts/login/'
1048SESSION_EXPIRE_AT_BROWSER_CLOSE
1049False
1050TIME_FORMAT
1051'P'
1052AUTH_USER_MODEL
1053'auth.User'
1054DATE_INPUT_FORMATS
1055('%Y-%m-%d',
1056 '%m/%d/%Y',
1057 '%m/%d/%y',
1058 '%b %d %Y',
1059 '%b %d, %Y',
1060 '%d %b %Y',
1061 '%d %b, %Y',
1062 '%B %d %Y',
1063 '%B %d, %Y',
1064 '%d %B %Y',
1065 '%d %B, %Y')
1066AUTHENTICATION_BACKENDS
1067('django.contrib.auth.backends.ModelBackend',)
1068EMAIL_HOST_PASSWORD
1069u'********************'
1070PASSWORD_RESET_TIMEOUT_DAYS
1071u'********************'
1072SESSION_FILE_PATH
1073None
1074CACHE_MIDDLEWARE_ALIAS
1075'default'
1076SESSION_SAVE_EVERY_REQUEST
1077False
1078NUMBER_GROUPING
10790
1080SESSION_ENGINE
1081'django.contrib.sessions.backends.db'
1082CSRF_FAILURE_VIEW
1083'django.views.csrf.csrf_failure'
1084CSRF_COOKIE_PATH
1085'/'
1086LOGIN_REDIRECT_URL
1087'/api-docs'
1088CELERY_TASK_SERIALIZER
1089'json'
1090SESSION_COOKIE_PATH
1091'/'
1092DECIMAL_SEPARATOR
1093'.'
1094IGNORABLE_404_URLS
1095()
1096LOCALE_PATHS
1097('/var/lib/jenkins/workspace/sibyl-surveys/locale-sibyl',
1098 '/var/lib/jenkins/workspace/sibyl-surveys/locale-rest-framework')
1099TEMPLATE_STRING_IF_INVALID
1100''
1101LOGOUT_URL
1102'/accounts/logout/'
1103EMAIL_USE_TLS
1104True
1105FIXTURE_DIRS
1106()
1107EMAIL_HOST
1108'smtp.gmail.com'
1109DATE_FORMAT
1110'N j, Y'
1111MEDIA_ROOT
1112'/var/lib/jenkins/workspace/sibyl-surveys/media'
1113DEFAULT_EXCEPTION_REPORTER_FILTER
1114'django.views.debug.SafeExceptionReporterFilter'
1115ADMINS
1116[('Adela Neacsu', 'adela.neacsu@rodeapps.com')]
1117FORMAT_MODULE_PATH
1118None
1119DEFAULT_FROM_EMAIL
1120'webmaster@localhost'
1121REST_FRAMEWORK
1122{'COERCE_DECIMAL_TO_STRING': False,
1123 'DEFAULT_AUTHENTICATION_CLASSES': ('oauth2_provider.ext.rest_framework.OAuth2Authentication',
1124 'rest_framework.authentication.BasicAuthentication',
1125 'rest_framework.authentication.SessionAuthentication'),
1126 'DEFAULT_FILTER_BACKENDS': ('rest_framework.filters.DjangoFilterBackend',),
1127 'DEFAULT_PARSER_CLASSES': ('rest_framework.parsers.JSONParser',
1128 'rest_framework.parsers.FormParser',
1129 'rest_framework.parsers.MultiPartParser'),
1130 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',),
1131 'DEFAULT_RENDERER_CLASSES': ('sibylsurveys.common.renderers.UTF8JSONRenderer',
1132 'rest_framework.renderers.BrowsableAPIRenderer'),
1133 'EXCEPTION_HANDLER': 'sibylsurveys.utils.exception_handler.custom_exception_handler',
1134 'NON_FIELD_ERRORS_KEY': u'********************',
1135 'TEST_REQUEST_DEFAULT_FORMAT': 'json'}
1136MEDIA_URL
1137'/media/'
1138DATETIME_FORMAT
1139'N j, Y, P'
1140TEMPLATE_DIRS
1141()
1142CELERY_ACCEPT_CONTENT
1143['json']
1144PUSH_NOTIFICATION_SETTINGS
1145{'APNS_CERTIFICATE': 'aps_development.pem',
1146 'FCM_API_KEY': u'********************'}
1147DISALLOWED_USER_AGENTS
1148()
1149ALLOWED_INCLUDE_ROOTS
1150()
1151LOGGING
1152{'disable_existing_loggers': False,
1153 'formatters': {'hyper-verbose': {'format': '%(asctime)s %(created)f %(filename)s %(funcName)s %(levelname)s %(levelno)s %(lineno)d %(module)s %(msecs)d %(message)s %(name)s %(pathname)s %(process)d %(processName)s %(relativeCreated)d %(thread)d %(threadName)s'},
1154 'simple': {'format': '%(levelname)s %(message)s'},
1155 'verbose': {'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'}},
1156 'handlers': {'console': {'class': 'logging.StreamHandler',
1157 'formatter': 'hyper-verbose',
1158 'level': 'DEBUG'},
1159 'file': {'class': 'logging.FileHandler',
1160 'filename': '/tmp/django.log',
1161 'formatter': 'hyper-verbose',
1162 'level': 'DEBUG'},
1163 'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
1164 'include_html': True,
1165 'level': 'ERROR'}},
1166 'loggers': {'django': {'handlers': ['console', 'mail_admins']}},
1167 'version': 1}
1168SHORT_DATE_FORMAT
1169'm/d/Y'
1170TEMPLATES
1171[]
1172TEST_RUNNER
1173'django.test.runner.DiscoverRunner'
1174CACHE_MIDDLEWARE_KEY_PREFIX
1175u'********************'
1176SECURE_SSL_REDIRECT
1177False
1178TIME_ZONE
1179'Europe/Bucharest'
1180CORS_ORIGIN_ALLOW_ALL
1181True
1182FILE_UPLOAD_MAX_MEMORY_SIZE
11832621440
1184EMAIL_BACKEND
1185'django.core.mail.backends.smtp.EmailBackend'
1186LANGUAGE_COOKIE_NAME
1187'django_language'
1188EMAIL_USE_SSL
1189False
1190TEMPLATE_CONTEXT_PROCESSORS
1191('django.contrib.auth.context_processors.auth',
1192 'django.template.context_processors.debug',
1193 'django.template.context_processors.i18n',
1194 'django.template.context_processors.media',
1195 'django.template.context_processors.static',
1196 'django.template.context_processors.tz',
1197 'django.contrib.messages.context_processors.messages')
1198MIGRATION_MODULES
1199{}
1200SESSION_COOKIE_AGE
12011209600
1202SETTINGS_MODULE
1203'sibylsurveys.settings'
1204USE_ETAGS
1205False
1206LANGUAGES
1207(('en', <django.utils.functional.__proxy__ object at 0x7f1d223c9ad0>),
1208 ('ro', <django.utils.functional.__proxy__ object at 0x7f1d223c9b10>))
1209FILE_UPLOAD_TEMP_DIR
1210None
1211CSRF_COOKIE_AGE
121231449600
1213STATIC_URL
1214'/static/'
1215EMAIL_PORT
1216587
1217USE_TZ
1218False
1219SHORT_DATETIME_FORMAT
1220'm/d/Y P'
1221CELERY_RESULT_BACKEND
1222'redis://'
1223TEST_NON_SERIALIZED_APPS
1224[]
1225PASSWORD_HASHERS
1226u'********************'
1227ABSOLUTE_URL_OVERRIDES
1228{}
1229LANGUAGE_COOKIE_PATH
1230'/'
1231CACHE_MIDDLEWARE_SECONDS
1232600
1233EMAIL_SSL_CERTFILE
1234None
1235CSRF_COOKIE_HTTPONLY
1236False
1237DATETIME_INPUT_FORMATS
1238('%Y-%m-%d %H:%M:%S',
1239 '%Y-%m-%d %H:%M:%S.%f',
1240 '%Y-%m-%d %H:%M',
1241 '%Y-%m-%d',
1242 '%m/%d/%Y %H:%M:%S',
1243 '%m/%d/%Y %H:%M:%S.%f',
1244 '%m/%d/%Y %H:%M',
1245 '%m/%d/%Y',
1246 '%m/%d/%y %H:%M:%S',
1247 '%m/%d/%y %H:%M:%S.%f',
1248 '%m/%d/%y %H:%M',
1249 '%m/%d/%y')
1250EMAIL_HOST_USER
1251'mada.testapp@gmail.com'
1252SWAGGER_SETTINGS
1253{'api_key': '',
1254 'api_path': '/',
1255 'api_version': '1.0',
1256 'doc_expansion': 'none',
1257 'enabled_methods': ['get', 'post', 'put', 'patch', 'delete'],
1258 'exclude_namespaces': ['oauth2_provider', 'oauth_client', 'rest_framework'],
1259 'info': {'contact': 'adela.neacsu@rodeapps.com',
1260 'description': 'The most awesomest app in the www (whole wide world).',
1261 'title': 'Responsibyl'},
1262 'is_authenticated': True,
1263 'is_superuser': False,
1264 'permission_denied_handler': None,
1265 'resource_access_handler': None,
1266 'template_path': 'rest_framework_swagger/index.html',
1267 'token_type': 'Token'}