· 7 years ago · Sep 05, 2018, 12:32 PM
1UnicodeEncodeError at /admin/general/bestoffers/add/
2'ascii' codec can't encode characters in position 54-57: ordinal not in range(128)
3Request Method: POST
4Request URL: http://104.248.22.178/admin/general/bestoffers/add/
5Django Version: 2.0.2
6Exception Type: UnicodeEncodeError
7Exception Value:
8'ascii' codec can't encode characters in position 54-57: ordinal not in range(128)
9Exception Location: /home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/genericpath.py in exists, line 19
10Python Executable: /home/fix_rent/fix_rent/fix_rent/server/.venv/bin/python3.6m
11Python Version: 3.6.2
12Python Path:
13['/home/fix_rent/fix_rent/fix_rent/server',
14 '/home/fix_rent/fix_rent/fix_rent/server/.venv/bin',
15 '/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python36.zip',
16 '/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6',
17 '/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/lib-dynload',
18 '/usr/lib/python3.6',
19 '/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages',
20 '/home/fix_rent/fix_rent/fix_rent/server/.venv/src/django-vuejs-translate',
21 '/home/fix_rent/fix_rent/fix_rent/server/.venv/src/django-admin-sortable2',
22 '/home/fix_rent/fix_rent/fix_rent/server']
23Server time: Ср, 5 Сен 2018 09:43:11 +0000
24Unicode error hint
25The string that could not be encoded/decoded was: ds/1_комн.png
26
27Traceback Switch to copy-and-paste view
28/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/core/handlers/exception.py in inner
29 response = get_response(request) ...
30â–¶ Local vars
31/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/core/handlers/base.py in _get_response
32 response = self.process_exception_by_middleware(e, request) ...
33â–¶ Local vars
34/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/core/handlers/base.py in _get_response
35 response = wrapped_callback(request, *callback_args, **callback_kwargs) ...
36â–¶ Local vars
37/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/contrib/admin/options.py in wrapper
38 return self.admin_site.admin_view(view)(*args, **kwargs) ...
39â–¶ Local vars
40/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/utils/decorators.py in _wrapped_view
41 response = view_func(request, *args, **kwargs) ...
42â–¶ Local vars
43/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/views/decorators/cache.py in _wrapped_view_func
44 response = view_func(request, *args, **kwargs) ...
45â–¶ Local vars
46/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/contrib/admin/sites.py in inner
47 return view(request, *args, **kwargs) ...
48â–¶ Local vars
49/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/contrib/admin/options.py in add_view
50 return self.changeform_view(request, None, form_url, extra_context) ...
51â–¶ Local vars
52/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/utils/decorators.py in _wrapper
53 return bound_func(*args, **kwargs) ...
54â–¶ Local vars
55/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/utils/decorators.py in _wrapped_view
56 response = view_func(request, *args, **kwargs) ...
57â–¶ Local vars
58/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/utils/decorators.py in bound_func
59 return func.__get__(self, type(self))(*args2, **kwargs2) ...
60â–¶ Local vars
61/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/contrib/admin/options.py in changeform_view
62 return self._changeform_view(request, object_id, form_url, extra_context) ...
63â–¶ Local vars
64/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/contrib/admin/options.py in _changeform_view
65 self.save_model(request, new_object, form, not add) ...
66â–¶ Local vars
67/home/fix_rent/fix_rent/fix_rent/server/.venv/src/django-admin-sortable2/adminsortable2/admin.py in save_model
68 super(SortableAdminMixin, self).save_model(request, obj, form, change) ...
69â–¶ Local vars
70/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/contrib/admin/options.py in save_model
71 obj.save() ...
72â–¶ Local vars
73/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/base.py in save
74 force_update=force_update, update_fields=update_fields) ...
75â–¶ Local vars
76/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/base.py in save_base
77 updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields) ...
78â–¶ Local vars
79/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/base.py in _save_table
80 result = self._do_insert(cls._base_manager, using, fields, update_pk, raw) ...
81â–¶ Local vars
82/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/base.py in _do_insert
83 using=using, raw=raw) ...
84â–¶ Local vars
85/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/manager.py in manager_method
86 return getattr(self.get_queryset(), name)(*args, **kwargs) ...
87â–¶ Local vars
88/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/query.py in _insert
89 return query.get_compiler(using=using).execute_sql(return_id) ...
90â–¶ Local vars
91/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py in execute_sql
92 for sql, params in self.as_sql(): ...
93â–¶ Local vars
94/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py in as_sql
95 for obj in self.query.objs ...
96â–¶ Local vars
97/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py in <listcomp>
98 for obj in self.query.objs ...
99â–¶ Local vars
100/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py in <listcomp>
101 [self.prepare_value(field, self.pre_save_val(field, obj)) for field in fields] ...
102â–¶ Local vars
103/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/sql/compiler.py in pre_save_val
104 return field.pre_save(obj, add=True) ...
105â–¶ Local vars
106/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/fields/files.py in pre_save
107 file.save(file.name, file.file, save=False) ...
108â–¶ Local vars
109/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/db/models/fields/files.py in save
110 self.name = self.storage.save(name, content, max_length=self.field.max_length) ...
111â–¶ Local vars
112/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/core/files/storage.py in save
113 name = self.get_available_name(name, max_length=max_length) ...
114â–¶ Local vars
115/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/core/files/storage.py in get_available_name
116 while self.exists(name) or (max_length and len(name) > max_length): ...
117â–¶ Local vars
118/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/site-packages/django/core/files/storage.py in exists
119 return os.path.exists(self.path(name)) ...
120â–¶ Local vars
121/home/fix_rent/fix_rent/fix_rent/server/.venv/lib/python3.6/genericpath.py in exists
122 os.stat(path) ...
123â–¶ Local vars
124Request information
125USER
126admin
127
128GET
129No GET data
130
131POST
132Variable Value
133csrfmiddlewaretoken
134'bw97xwygaGBnguACqOArsssXWU5rdhjoEZGk5HJh1LG7a9vPs9aNzAr6hqqGbGGY'
135name
136'1-комнатные'
137attr_value
138'20'
139_addanother
140'Сохранить и добавить другой объект'
141FILES
142Variable Value
143image
144<InMemoryUploadedFile: 1_комн.png (image/png)>
145COOKIES
146Variable Value
147csrftoken
148'gf5cbVhyYqLko4EFD9YQ2CHMNbPIPpLbJICpJ6szPvQ4iJzSFuyc9KGV8HaXNO8L'
149sessionid
150'flwcxtd91av82vr1adtglldrq6wi7z4v'
151META
152Variable Value
153CONTENT_LENGTH
154'72974'
155CONTENT_TYPE
156'multipart/form-data; boundary=----WebKitFormBoundaryYP94megAzhTwFdO2'
157CSRF_COOKIE
158'gf5cbVhyYqLko4EFD9YQ2CHMNbPIPpLbJICpJ6szPvQ4iJzSFuyc9KGV8HaXNO8L'
159HTTP_ACCEPT
160'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'
161HTTP_ACCEPT_ENCODING
162'gzip, deflate'
163HTTP_ACCEPT_LANGUAGE
164'en-US,en;q=0.9,ru;q=0.8'
165HTTP_CACHE_CONTROL
166'max-age=0'
167HTTP_CONNECTION
168'close'
169HTTP_COOKIE
170('csrftoken=gf5cbVhyYqLko4EFD9YQ2CHMNbPIPpLbJICpJ6szPvQ4iJzSFuyc9KGV8HaXNO8L; '
171 'sessionid=flwcxtd91av82vr1adtglldrq6wi7z4v')
172HTTP_HOST
173'104.248.22.178'
174HTTP_ORIGIN
175'http://104.248.22.178'
176HTTP_REFERER
177'http://104.248.22.178/admin/general/bestoffers/add/'
178HTTP_UPGRADE_INSECURE_REQUESTS
179'1'
180HTTP_USER_AGENT
181('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like '
182 'Gecko) Chrome/68.0.3440.106 Safari/537.36')
183HTTP_X_FORWARDED_FOR
184'89.21.95.59'
185PATH_INFO
186'/admin/general/bestoffers/add/'
187QUERY_STRING
188''
189RAW_URI
190'/admin/general/bestoffers/add/'
191REMOTE_ADDR
192''
193REQUEST_METHOD
194'POST'
195SCRIPT_NAME
196''
197SERVER_NAME
198'104.248.22.178'
199SERVER_PORT
200'80'
201SERVER_PROTOCOL
202'HTTP/1.0'
203SERVER_SOFTWARE
204'gunicorn/19.9.0'
205gunicorn.socket
206<gevent._socket3.socket object, fd=15, family=1, type=2049, proto=0>
207wsgi.errors
208<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7f6ac9d13860>
209wsgi.file_wrapper
210''
211wsgi.input
212<gunicorn.http.body.Body object at 0x7f6ac9d13748>
213wsgi.multiprocess
214True
215wsgi.multithread
216True
217wsgi.run_once
218False
219wsgi.url_scheme
220'http'
221wsgi.version
222(1, 0)
223Settings
224Using settings module app.settings
225Setting Value
226ABSOLUTE_URL_OVERRIDES
227{}
228ADMINS
229[]
230ALLOWED_HOSTS
231['104.248.22.178']
232APPEND_SLASH
233True
234AUTHENTICATION_BACKENDS
235['django.contrib.auth.backends.ModelBackend']
236AUTH_PASSWORD_VALIDATORS
237'********************'
238AUTH_USER_MODEL
239'auth.User'
240BASE_DIR
241PosixPath('/home/fix_rent/fix_rent/fix_rent/server/app/settings/default.py')
242BASE_ROOT
243PosixPath('/home/fix_rent/fix_rent/fix_rent/server/app')
244CACHES
245{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
246CACHE_MIDDLEWARE_ALIAS
247'default'
248CACHE_MIDDLEWARE_KEY_PREFIX
249'********************'
250CACHE_MIDDLEWARE_SECONDS
251600
252CELERY_ACCEPT_CONTENT
253['json']
254CELERY_BROKER_URL
255'redis://127.0.0.1:6379/0'
256CELERY_RESULT_SERIALIZER
257'json'
258CELERY_TASK_SERIALIZER
259'json'
260CKEDITOR_CONFIGS
261{'admin_realty_banner': {'height': 80}, 'default': {}}
262CSRF_COOKIE_AGE
26331449600
264CSRF_COOKIE_DOMAIN
265None
266CSRF_COOKIE_HTTPONLY
267False
268CSRF_COOKIE_NAME
269'csrftoken'
270CSRF_COOKIE_PATH
271'/'
272CSRF_COOKIE_SECURE
273False
274CSRF_FAILURE_VIEW
275'django.views.csrf.csrf_failure'
276CSRF_HEADER_NAME
277'HTTP_X_CSRFTOKEN'
278CSRF_TRUSTED_ORIGINS
279[]
280CSRF_USE_SESSIONS
281False
282DATABASES
283{'default': {'ATOMIC_REQUESTS': False,
284 'AUTOCOMMIT': True,
285 'CONN_MAX_AGE': 0,
286 'ENGINE': 'django.db.backends.postgresql',
287 'HOST': '127.0.0.1',
288 'NAME': 'fix_rent_db',
289 'OPTIONS': {},
290 'PASSWORD': '********************',
291 'PORT': 5432,
292 'TEST': {'CHARSET': None,
293 'COLLATION': None,
294 'MIRROR': None,
295 'NAME': None},
296 'TIME_ZONE': None,
297 'USER': 'fix_rent_db'}}
298DATABASE_ROUTERS
299[]
300DATA_UPLOAD_MAX_MEMORY_SIZE
3012621440
302DATA_UPLOAD_MAX_NUMBER_FIELDS
3031000
304DATETIME_FORMAT
305'N j, Y, P'
306DATETIME_INPUT_FORMATS
307['%Y-%m-%d %H:%M:%S',
308 '%Y-%m-%d %H:%M:%S.%f',
309 '%Y-%m-%d %H:%M',
310 '%Y-%m-%d',
311 '%m/%d/%Y %H:%M:%S',
312 '%m/%d/%Y %H:%M:%S.%f',
313 '%m/%d/%Y %H:%M',
314 '%m/%d/%Y',
315 '%m/%d/%y %H:%M:%S',
316 '%m/%d/%y %H:%M:%S.%f',
317 '%m/%d/%y %H:%M',
318 '%m/%d/%y']
319DATE_FORMAT
320'N j, Y'
321DATE_INPUT_FORMATS
322['%Y-%m-%d',
323 '%m/%d/%Y',
324 '%m/%d/%y',
325 '%b %d %Y',
326 '%b %d, %Y',
327 '%d %b %Y',
328 '%d %b, %Y',
329 '%B %d %Y',
330 '%B %d, %Y',
331 '%d %B %Y',
332 '%d %B, %Y']
333DEBUG
334'True'
335DEBUG_PROPAGATE_EXCEPTIONS
336False
337DECIMAL_SEPARATOR
338'.'
339DEFAULT_CHARSET
340'utf-8'
341DEFAULT_CONTENT_TYPE
342'text/html'
343DEFAULT_EXCEPTION_REPORTER_FILTER
344'django.views.debug.SafeExceptionReporterFilter'
345DEFAULT_EXTENSIONS
346['jinja2.ext.do',
347 'jinja2.ext.loopcontrols',
348 'jinja2.ext.with_',
349 'jinja2.ext.i18n',
350 'jinja2.ext.autoescape',
351 'django_jinja.builtins.extensions.CsrfExtension',
352 'django_jinja.builtins.extensions.CacheExtension',
353 'django_jinja.builtins.extensions.TimezoneExtension',
354 'django_jinja.builtins.extensions.UrlsExtension',
355 'django_jinja.builtins.extensions.StaticFilesExtension',
356 'django_jinja.builtins.extensions.DjangoFiltersExtension']
357DEFAULT_FILE_STORAGE
358'django.core.files.storage.FileSystemStorage'
359DEFAULT_FROM_EMAIL
360'admin@admin.admin'
361DEFAULT_INDEX_TABLESPACE
362''
363DEFAULT_TABLESPACE
364''
365DISALLOWED_USER_AGENTS
366[]
367EMAIL_BACKEND
368'des.backends.ConfiguredEmailBackend'
369EMAIL_CONFIG
370{'EMAIL_BACKEND': 'django.core.mail.backends.console.EmailBackend',
371 'EMAIL_FILE_PATH': '',
372 'EMAIL_HOST': '127.0.0.1',
373 'EMAIL_HOST_PASSWORD': '********************',
374 'EMAIL_HOST_USER': None,
375 'EMAIL_PORT': None}
376EMAIL_FILE_PATH
377''
378EMAIL_HOST
379'127.0.0.1'
380EMAIL_HOST_PASSWORD
381'********************'
382EMAIL_HOST_USER
383None
384EMAIL_PORT
385None
386EMAIL_SSL_CERTFILE
387None
388EMAIL_SSL_KEYFILE
389'********************'
390EMAIL_SUBJECT_PREFIX
391'[Django] '
392EMAIL_TIMEOUT
393None
394EMAIL_USE_LOCALTIME
395False
396EMAIL_USE_SSL
397False
398EMAIL_USE_TLS
399False
400FILE_CHARSET
401'utf-8'
402FILE_UPLOAD_DIRECTORY_PERMISSIONS
403None
404FILE_UPLOAD_HANDLERS
405['django.core.files.uploadhandler.MemoryFileUploadHandler',
406 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
407FILE_UPLOAD_MAX_MEMORY_SIZE
4082621440
409FILE_UPLOAD_PERMISSIONS
410None
411FILE_UPLOAD_TEMP_DIR
412None
413FIRST_DAY_OF_WEEK
4140
415FIXTURE_DIRS
416[]
417FORCE_SCRIPT_NAME
418None
419FORMAT_MODULE_PATH
420None
421FORM_RENDERER
422'django.forms.renderers.DjangoTemplates'
423IGNORABLE_404_URLS
424[]
425INSTALLED_APPS
426['markup',
427 'shared',
428 'apps.seo',
429 'apps.general',
430 'apps.realty',
431 'apps.requests',
432 'apps.payment',
433 'apps.news',
434 'ckeditor',
435 'robots',
436 'colorfield',
437 'snowpenguin.django.recaptcha2',
438 'adminsortable2',
439 'django_filters',
440 'django_xhtml2pdf',
441 'des',
442 'postie',
443 'codemirror2',
444 'rosetta',
445 'parler',
446 'rest_framework',
447 'django_jinja',
448 'jet',
449 'django.contrib.admin',
450 'django.contrib.auth',
451 'django.contrib.contenttypes',
452 'django.contrib.sessions',
453 'django.contrib.messages',
454 'django.contrib.staticfiles',
455 'django.contrib.sites',
456 'django.contrib.sitemaps']
457INTERNAL_IPS
458[]
459LANGUAGES
460(('ru', 'Russian'),)
461LANGUAGES_BIDI
462['he', 'ar', 'fa', 'ur']
463LANGUAGE_CODE
464'ru'
465LANGUAGE_COOKIE_AGE
466None
467LANGUAGE_COOKIE_DOMAIN
468None
469LANGUAGE_COOKIE_NAME
470'django_language'
471LANGUAGE_COOKIE_PATH
472'/'
473LOCALE_PATHS
474(PosixPath('/home/fix_rent/fix_rent/fix_rent/server/app/locale'),)
475LOGGING
476{'disable_existing_loggers': False,
477 'handlers': {'console': {'class': 'logging.StreamHandler', 'level': 'DEBUG'},
478 'logfile': {'class': 'logging.FileHandler',
479 'filename': PosixPath('/home/fix_rent/fix_rent/fix_rent/server/app/settings/default.py/../logfile.log'),
480 'level': 'DEBUG'}},
481 'root': {'handlers': ['console', 'logfile'], 'level': 'INFO'},
482 'version': 1}
483LOGGING_CONFIG
484'logging.config.dictConfig'
485LOGIN_REDIRECT_URL
486'/accounts/profile/'
487LOGIN_URL
488'/accounts/login/'
489LOGOUT_REDIRECT_URL
490None
491MANAGERS
492[]
493MEDIA_ROOT
494PosixPath('/home/fix_rent/fix_rent/fix_rent/server/app/uploads')
495MEDIA_URL
496'/uploads/'
497MEGABAZ_PASSWORD
498'********************'
499MESSAGE_STORAGE
500'django.contrib.messages.storage.fallback.FallbackStorage'
501MIDDLEWARE
502['django.middleware.security.SecurityMiddleware',
503 'django.contrib.sessions.middleware.SessionMiddleware',
504 'django.middleware.common.CommonMiddleware',
505 'django.middleware.csrf.CsrfViewMiddleware',
506 'django.contrib.auth.middleware.AuthenticationMiddleware',
507 'django.contrib.messages.middleware.MessageMiddleware',
508 'django.middleware.clickjacking.XFrameOptionsMiddleware']
509MIGRATION_MODULES
510{}
511MONTH_DAY_FORMAT
512'F j'
513NUMBER_GROUPING
5140
515PARLER_LANGUAGES
516{1: ({'code': 'ru', 'fallbacks': ['ru'], 'hide_untranslated': False},),
517 'default': {'code': 'ru', 'fallbacks': ['ru'], 'hide_untranslated': False}}
518PASSWORD_HASHERS
519'********************'
520PASSWORD_RESET_TIMEOUT_DAYS
521'********************'
522POSTIE_INSTANT_SEND
523True
524POSTIE_TEMPLATE_CHOICES
525Choices(('pay_client__user', 'pay_client__user', 'Оплата ÑервиÑного Ñбора (клиент)'), ('pay_owner__user', 'pay_owner__user', 'Оплата ÑервиÑного Ñбора (владелец)'), ('new_request__admin', 'new_request__admin', 'Добавлена Ð½Ð¾Ð²Ð°Ñ Ð·Ð°Ñвка'), ('satisfying_realty__user', 'satisfying_realty__user', 'Ðовые подходÑщие квартиры'), ('offer_url_user', 'offer_url_user', 'Договор оферты'), ('offer_success_user', 'offer_success_user', 'Договор оферты оформлен'))
526POSTIE_TEMPLATE_CONTEXTS
527{'new_request__admin': {'obj_url': 'СÑылка на заÑвку'},
528 'offer_success_user': {},
529 'offer_url_user': {'obj_url': 'СÑылка на договор оферты'},
530 'pay_client__user': {'name': 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ',
531 'pay_url': 'СÑылка на оплату'},
532 'pay_owner__user': {'name': 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ', 'pay_url': 'СÑылка на оплату'},
533 'satisfying_realty__user': {'name': 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ',
534 'objects': 'ПодходÑщие объекты'}}
535PREPEND_WWW
536False
537PROJECT_APPS
538['markup',
539 'shared',
540 'apps.seo',
541 'apps.general',
542 'apps.realty',
543 'apps.requests',
544 'apps.payment',
545 'apps.news']
546ROOT_URLCONF
547'app.urls'
548ROSETTA_SHOW_AT_ADMIN_PANEL
549True
550SECRET_KEY
551'********************'
552SECURE_BROWSER_XSS_FILTER
553False
554SECURE_CONTENT_TYPE_NOSNIFF
555False
556SECURE_HSTS_INCLUDE_SUBDOMAINS
557False
558SECURE_HSTS_PRELOAD
559False
560SECURE_HSTS_SECONDS
5610
562SECURE_PROXY_SSL_HEADER
563None
564SECURE_REDIRECT_EXEMPT
565[]
566SECURE_SSL_HOST
567None
568SECURE_SSL_REDIRECT
569False
570SEND_EMAILS_BY_CELERY
571False
572SERVER_EMAIL
573'root@localhost'
574SESSION_CACHE_ALIAS
575'default'
576SESSION_COOKIE_AGE
5771209600
578SESSION_COOKIE_DOMAIN
579None
580SESSION_COOKIE_HTTPONLY
581True
582SESSION_COOKIE_NAME
583'sessionid'
584SESSION_COOKIE_PATH
585'/'
586SESSION_COOKIE_SECURE
587False
588SESSION_ENGINE
589'django.contrib.sessions.backends.db'
590SESSION_EXPIRE_AT_BROWSER_CLOSE
591False
592SESSION_FILE_PATH
593None
594SESSION_SAVE_EVERY_REQUEST
595False
596SESSION_SERIALIZER
597'django.contrib.sessions.serializers.JSONSerializer'
598SETTINGS_MODULE
599'app.settings'
600SHORT_DATETIME_FORMAT
601'm/d/Y P'
602SHORT_DATE_FORMAT
603'm/d/Y'
604SIGNING_BACKEND
605'django.core.signing.TimestampSigner'
606SILENCED_SYSTEM_CHECKS
607[]
608SITE_ID
6091
610SMART_AGENT_LOGIN
611'79672470100'
612SMART_AGENT_PASSWORD
613'********************'
614STATICFILES_DIRS
615[]
616STATICFILES_FINDERS
617['django.contrib.staticfiles.finders.FileSystemFinder',
618 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
619STATICFILES_STORAGE
620'django.contrib.staticfiles.storage.StaticFilesStorage'
621STATIC_ROOT
622PosixPath('/home/fix_rent/fix_rent/fix_rent/server/app/static')
623STATIC_URL
624'/static/'
625TEMPLATES
626[{'APP_DIRS': True,
627 'BACKEND': 'django_jinja.backend.Jinja2',
628 'DIRS': [],
629 'NAME': 'jinja2',
630 'OPTIONS': {'auto_reload': True,
631 'bytecode_cache': {'backend': 'django_jinja.cache.BytecodeCache',
632 'enabled': True,
633 'name': 'default'},
634 'context_processors': ['django.contrib.auth.context_processors.auth',
635 'django.template.context_processors.debug',
636 'django.template.context_processors.i18n',
637 'django.template.context_processors.media',
638 'django.template.context_processors.static',
639 'django.template.context_processors.tz',
640 'django.contrib.messages.context_processors.messages'],
641 'debug': True,
642 'environment': 'shared.env.jinja2.environment',
643 'extensions': ['jinja2.ext.do',
644 'jinja2.ext.loopcontrols',
645 'jinja2.ext.with_',
646 'jinja2.ext.i18n',
647 'jinja2.ext.autoescape',
648 'django_jinja.builtins.extensions.CsrfExtension',
649 'django_jinja.builtins.extensions.CacheExtension',
650 'django_jinja.builtins.extensions.TimezoneExtension',
651 'django_jinja.builtins.extensions.UrlsExtension',
652 'django_jinja.builtins.extensions.StaticFilesExtension',
653 'django_jinja.builtins.extensions.DjangoFiltersExtension'],
654 'filters': {},
655 'globals': {},
656 'match_extension': '.jinja',
657 'newstyle_gettext': True,
658 'undefined': <class 'jinja2.runtime.Undefined'>}},
659 {'APP_DIRS': True,
660 'BACKEND': 'django.template.backends.django.DjangoTemplates',
661 'DIRS': [],
662 'OPTIONS': {'context_processors': ['django.template.context_processors.media',
663 'django.template.context_processors.static',
664 'django.template.context_processors.debug',
665 'django.template.context_processors.request',
666 'django.contrib.messages.context_processors.messages',
667 'django.contrib.auth.context_processors.auth']}}]
668TERMINAL_ID
669'1530521201233DEMO'
670TERMINAL_SECRET
671'********************'
672TEST_NON_SERIALIZED_APPS
673[]
674TEST_RUNNER
675'django.test.runner.DiscoverRunner'
676THOUSAND_SEPARATOR
677','
678TIME_FORMAT
679'P'
680TIME_INPUT_FORMATS
681['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
682TIME_ZONE
683'UTC'
684USE_ETAGS
685False
686USE_I18N
687True
688USE_L10N
689True
690USE_THOUSAND_SEPARATOR
691False
692USE_TZ
693True
694USE_X_FORWARDED_HOST
695False
696USE_X_FORWARDED_PORT
697False
698WSGI_APPLICATION
699'app.wsgi.application'
700X_FRAME_OPTIONS
701'SAMEORIGIN'
702YEAR_MONTH_FORMAT
703'F Y'
704You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard page generated by the handler for this status code.
705
706Viewport
707Window
708×
709×
710×