· 4 years ago · Nov 05, 2020, 02:00 PM
1FieldError at /api/export/products/prices
2Cannot resolve keyword 'price_changed' into field. Choices are: accessories, accessory_product, accessory_product_group, accessory_product_group_id, accessory_product_id, amount_in_europe, amount_in_poland, amount_in_ukraine, amount_unit, attributes, attributes_pl, attributes_ru, attributes_uk, changed, code, comparisonitem, conducted_attributes, content_object, content_type, content_type_id, created, delivery_from_europe, delivery_from_poland, delivery_from_ukraine, external_id, fullpath, group_name, id, is_accessory, is_bestseller, is_new, long_description, long_description_pl, long_description_ru, long_description_uk, moderation_status, old_code, order, parent_external_id, parent_id, pictures_360, preview_pdf, price, price_changed_at, price_purchasing_zl, price_retail_zl, product_accessories, product_attributes, product_group, product_group_id, product_model, product_pictures, product_table, search_vector, search_vector_pl, search_vector_ru, search_vector_uk, short_description, short_description_pl, short_description_ru, short_description_uk, slug, status, supplier_code, technical_pictures, unit, values_to, wishlistitem, without_www
3
4Request Method: GET
5Request URL: http://pnevmat.webcase-dev.com/api/export/products/prices?p=1&page_size=10&changed_from=1
6Django Version: 3.0.10
7Python Executable: /home/pneumat_website/pneumat_website/pneumat_website/server/.venv/bin/python3.8
8Python Version: 3.8.0
9Python Path: ['/home/pneumat_website/pneumat_website/pneumat_website/server', '/home/pneumat_website/pneumat_website/pneumat_website/server', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/bin', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages', '/home/pneumat_website/pneumat_website/pneumat_website/server/packages/px-settings', '/home/pneumat_website/pneumat_website/pneumat_website/server/packages/px-django-dogpile-cache', '/home/pneumat_website/pneumat_website/pneumat_website/server/packages/cy-cart', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/src/django-awesome-standards', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/src/django-composable-views', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/src/django-jet', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/src/django-vuejs-translate', '/home/pneumat_website/pneumat_website/pneumat_website/server/packages/px-django-canned-cache', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf', '/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/odf']
10Server time: Чт, 5 Ноя 2020 13:54:03 +0000
11Installed Applications:
12['markup',
13 'shared',
14 'apps.importer',
15 'apps.staff',
16 'apps.shop',
17 'apps.novaposhta',
18 'apps.news',
19 'apps.streamblocks',
20 'apps.pages',
21 'apps.menu',
22 'apps.contacts',
23 'apps.reviews',
24 'apps.settings',
25 'apps.wishlist',
26 'apps.comparison',
27 'apps.checkout',
28 'apps.export',
29 'jet',
30 'seo',
31 'rosetta',
32 'rest_framework',
33 'django_filters',
34 'standards',
35 'mptt',
36 'django_jinja',
37 'solo',
38 'adminsortable2',
39 'drf_recaptcha',
40 'drf_yasg',
41 'postie',
42 'parler',
43 'codemirror2',
44 'ckeditor',
45 'ckeditor_uploader',
46 'des',
47 'vuejs_translate',
48 'modeltranslation',
49 'streamfield',
50 'mapwidgets',
51 'jsoneditor',
52 'import_export',
53 'qsessions',
54 'robots',
55 'rest_framework_tracking',
56 'cy_cart',
57 'cy_cart.integrations.django',
58 'django.contrib.gis',
59 'django.contrib.admin',
60 'django.contrib.auth',
61 'django.contrib.contenttypes',
62 'django.contrib.sessions',
63 'django.contrib.messages',
64 'django.contrib.staticfiles',
65 'django.contrib.sites']
66Installed Middleware:
67['django.middleware.security.SecurityMiddleware',
68 'qsessions.middleware.SessionMiddleware',
69 'shared.middlewares.SessionTimeoutMiddleware',
70 'django.middleware.locale.LocaleMiddleware',
71 'django.middleware.common.CommonMiddleware',
72 'django.middleware.csrf.CsrfViewMiddleware',
73 'django.contrib.auth.middleware.AuthenticationMiddleware',
74 'django.contrib.messages.middleware.MessageMiddleware',
75 'django.middleware.clickjacking.XFrameOptionsMiddleware']
76
77
78Traceback (most recent call last):
79 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner
80 response = get_response(request)
81 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/core/handlers/base.py", line 115, in _get_response
82 response = self.process_exception_by_middleware(e, request)
83 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/core/handlers/base.py", line 113, in _get_response
84 response = wrapped_callback(request, *callback_args, **callback_kwargs)
85 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
86 return view_func(*args, **kwargs)
87 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/views/generic/base.py", line 71, in view
88 return self.dispatch(request, *args, **kwargs)
89 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/views.py", line 509, in dispatch
90 response = self.handle_exception(exc)
91 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework_tracking/base_mixins.py", line 42, in handle_exception
92 response = super(BaseLoggingMixin, self).handle_exception(exc)
93 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/views.py", line 469, in handle_exception
94 self.raise_uncaught_exception(exc)
95 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
96 raise exc
97 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/views.py", line 506, in dispatch
98 response = handler(request, *args, **kwargs)
99 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/generics.py", line 199, in get
100 return self.list(request, *args, **kwargs)
101 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/mixins.py", line 38, in list
102 queryset = self.filter_queryset(self.get_queryset())
103 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/rest_framework/generics.py", line 150, in filter_queryset
104 queryset = backend().filter_queryset(self.request, queryset, self)
105 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django_filters/rest_framework/backends.py", line 96, in filter_queryset
106 return filterset.qs
107 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django_filters/filterset.py", line 243, in qs
108 qs = self.filter_queryset(qs)
109 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django_filters/filterset.py", line 230, in filter_queryset
110 queryset = self.filters[name].filter(queryset, value)
111 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django_filters/filters.py", line 146, in filter
112 qs = self.get_method(qs)(**{lookup: value})
113 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/query.py", line 904, in filter
114 return self._filter_or_exclude(False, *args, **kwargs)
115 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/modeltranslation/manager.py", line 307, in _filter_or_exclude
116 return super(MultilingualQuerySet, self)._filter_or_exclude(negate, *args, **kwargs)
117 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/query.py", line 923, in _filter_or_exclude
118 clone.query.add_q(Q(*args, **kwargs))
119 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/sql/query.py", line 1354, in add_q
120 clause, _ = self._add_q(q_object, self.used_aliases)
121 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/sql/query.py", line 1381, in _add_q
122 child_clause, needed_inner = self.build_filter(
123 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/sql/query.py", line 1254, in build_filter
124 lookups, parts, reffed_expression = self.solve_lookup_type(arg)
125 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/sql/query.py", line 1088, in solve_lookup_type
126 _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
127 File "/home/pneumat_website/pneumat_website/pneumat_website/server/.venv/lib/python3.8/site-packages/django/db/models/sql/query.py", line 1486, in names_to_path
128 raise FieldError("Cannot resolve keyword '%s' into field. "
129
130Exception Type: FieldError at /api/export/products/prices
131Exception Value: Cannot resolve keyword 'price_changed' into field. Choices are: accessories, accessory_product, accessory_product_group, accessory_product_group_id, accessory_product_id, amount_in_europe, amount_in_poland, amount_in_ukraine, amount_unit, attributes, attributes_pl, attributes_ru, attributes_uk, changed, code, comparisonitem, conducted_attributes, content_object, content_type, content_type_id, created, delivery_from_europe, delivery_from_poland, delivery_from_ukraine, external_id, fullpath, group_name, id, is_accessory, is_bestseller, is_new, long_description, long_description_pl, long_description_ru, long_description_uk, moderation_status, old_code, order, parent_external_id, parent_id, pictures_360, preview_pdf, price, price_changed_at, price_purchasing_zl, price_retail_zl, product_accessories, product_attributes, product_group, product_group_id, product_model, product_pictures, product_table, search_vector, search_vector_pl, search_vector_ru, search_vector_uk, short_description, short_description_pl, short_description_ru, short_description_uk, slug, status, supplier_code, technical_pictures, unit, values_to, wishlistitem, without_www
132Request information:
133USER: AnonymousUser
134
135GET:
136p = '1'
137page_size = '10'
138changed_from = '1'
139
140POST: No POST data
141
142FILES: No FILES data
143
144COOKIES: No cookie data
145
146META:
147HTTP_ACCEPT = '*/*'
148HTTP_ACCEPT_ENCODING = 'gzip, deflate, br'
149HTTP_CONNECTION = 'close'
150HTTP_EXPORT_KEY = '6UNV6r8WMbkUhQSbbUqEgkceRH9cQSgUtAnptR7v24MUdRBiSeFq8jOhLt4b4sE'
151HTTP_HOST = 'pnevmat.webcase-dev.com'
152HTTP_POSTMAN_TOKEN = 'b9a6bdcf-45dd-4bf8-81d8-a0648fd00c75'
153HTTP_USER_AGENT = 'PostmanRuntime/7.26.8'
154HTTP_X_FORWARDED_FOR = '185.248.130.27'
155PATH_INFO = '/api/export/products/prices'
156QUERY_STRING = 'p=1&page_size=10&changed_from=1'
157RAW_URI = '/api/export/products/prices?p=1&page_size=10&changed_from=1'
158REMOTE_ADDR = ''
159REQUEST_METHOD = 'GET'
160SCRIPT_NAME = ''
161SERVER_NAME = 'pnevmat.webcase-dev.com'
162SERVER_PORT = '80'
163SERVER_PROTOCOL = 'HTTP/1.0'
164SERVER_SOFTWARE = 'gunicorn/20.0.4'
165gunicorn.socket = <gevent._socket3.socket at 0x7fe53742ee00 object, fd=14, family=1, type=1, proto=0>
166wsgi.errors = <gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7fe536ea9130>
167wsgi.file_wrapper = ''
168wsgi.input = <gunicorn.http.body.Body object at 0x7fe536c8ba90>
169wsgi.input_terminated = True
170wsgi.multiprocess = True
171wsgi.multithread = True
172wsgi.run_once = False
173wsgi.url_scheme = 'http'
174wsgi.version = '(1, 0)'
175
176Settings:
177Using settings module app.settings
178ABSOLUTE_URL_OVERRIDES = {}
179ADMINS = []
180ALLOWED_HOSTS = ['pnevmat.webcase-dev.com', '64.227.123.124']
181APPEND_SLASH = True
182AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend', 'apps.staff.authentication.EmailBackend']
183AUTH_PASSWORD_VALIDATORS = '********************'
184AUTH_USER_MODEL = 'staff.User'
185BASE_DIR = PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/settings/default.py')
186BASE_ROOT = PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app')
187CACHES = {'default': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://127.0.0.1:6379/1'}}
188CACHE_MIDDLEWARE_ALIAS = 'default'
189CACHE_MIDDLEWARE_KEY_PREFIX = '********************'
190CACHE_MIDDLEWARE_SECONDS = 600
191CELERY_ACCEPT_CONTENT = ['json']
192CELERY_BROKER_URL = 'redis://127.0.0.1:6379/0'
193CELERY_RESULT_SERIALIZER = 'json'
194CELERY_TASK_SERIALIZER = 'json'
195CKEDITOR_CONFIGS = {'default': {'skin': 'moono', 'toolbar_Basic': [['Source', '-', 'Bold', 'Italic']], 'toolbar_YourCustomToolbarConfig': [{'name': 'document', 'items': ['Source', '-', 'Save', 'NewPage', 'Preview', 'Print', '-', 'Templates']}, {'name': 'clipboard', 'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo']}, {'name': 'editing', 'items': ['Find', 'Replace', '-', 'SelectAll']}, {'name': 'forms', 'items': ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField']}, '/', {'name': 'basicstyles', 'items': ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat']}, {'name': 'paragraph', 'items': ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl', 'Language']}, {'name': 'links', 'items': ['Link', 'Unlink', 'Anchor']}, {'name': 'insert', 'items': ['Image', 'Flash', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'Iframe']}, '/', {'name': 'styles', 'items': ['Styles', 'Format', 'Font', 'FontSize']}, {'name': 'colors', 'items': ['TextColor', 'BGColor']}, {'name': 'tools', 'items': ['Maximize', 'ShowBlocks']}, {'name': 'about', 'items': ['About']}, '/', {'name': 'yourcustomtools', 'items': ['Preview', 'Maximize']}], 'toolbar': 'YourCustomToolbarConfig', 'tabSpaces': 4, 'extraPlugins': 'uploadimage,div,autolink,autoembed,embedsemantic,autogrow,widget,lineutils,clipboard,dialog,dialogui,elementspath'}}
196CKEDITOR_UPLOAD_PATH = PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/uploads')
197CSRF_COOKIE_AGE = 31449600
198CSRF_COOKIE_DOMAIN = None
199CSRF_COOKIE_HTTPONLY = False
200CSRF_COOKIE_NAME = 'csrftoken'
201CSRF_COOKIE_PATH = '/'
202CSRF_COOKIE_SAMESITE = 'Lax'
203CSRF_COOKIE_SECURE = False
204CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
205CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
206CSRF_TRUSTED_ORIGINS = []
207CSRF_USE_SESSIONS = False
208DATABASES = {'default': {'NAME': 'pneumat_website_db', 'USER': 'pneumat_website_db', 'PASSWORD': '********************', 'HOST': '127.0.0.1', 'PORT': 5432, 'ENGINE': 'django.contrib.gis.db.backends.postgis', 'CONN_MAX_AGE': 0, 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'OPTIONS': {}, 'TIME_ZONE': None, 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}}
209DATABASE_ROUTERS = []
210DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440
211DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
212DATETIME_FORMAT = 'N j, Y, P'
213DATETIME_INPUT_FORMATS = ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M', '%m/%d/%y']
214DATE_FORMAT = 'N j, Y'
215DATE_INPUT_FORMATS = ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
216DEBUG = True
217DEBUG_PROPAGATE_EXCEPTIONS = False
218DECIMAL_SEPARATOR = '.'
219DEFAULT_CHARSET = 'utf-8'
220DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
221DEFAULT_EXTENSIONS = ['jinja2.ext.do', 'jinja2.ext.loopcontrols', 'jinja2.ext.with_', 'jinja2.ext.i18n', 'jinja2.ext.autoescape', 'django_jinja.builtins.extensions.DebugExtension', 'django_jinja.builtins.extensions.CsrfExtension', 'django_jinja.builtins.extensions.CacheExtension', 'django_jinja.builtins.extensions.TimezoneExtension', 'django_jinja.builtins.extensions.UrlsExtension', 'django_jinja.builtins.extensions.StaticFilesExtension', 'django_jinja.builtins.extensions.DjangoFiltersExtension']
222DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
223DEFAULT_FROM_EMAIL = 'admin@admin.admin'
224DEFAULT_INDEX_TABLESPACE = ''
225DEFAULT_TABLESPACE = ''
226DISALLOWED_USER_AGENTS = []
227DJANGO_SHOP_CART = {'CART_ITEM_SERIALIZERS': {'apps.shop.models.Product': 'apps.shop.serializers.CartProductSerializer'}}
228DRF_RECAPTCHA_SECRET_KEY = '********************'
229EMAIL_BACKEND = 'des.backends.ConfiguredEmailBackend'
230EMAIL_HOST = 'localhost'
231EMAIL_HOST_PASSWORD = '********************'
232EMAIL_HOST_USER = ''
233EMAIL_PORT = 25
234EMAIL_SSL_CERTFILE = None
235EMAIL_SSL_KEYFILE = '********************'
236EMAIL_SUBJECT_PREFIX = '[Django] '
237EMAIL_TIMEOUT = None
238EMAIL_USE_LOCALTIME = False
239EMAIL_USE_SSL = False
240EMAIL_USE_TLS = False
241FILE_CHARSET = 'utf-8'
242FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
243FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
244FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440
245FILE_UPLOAD_PERMISSIONS = 420
246FILE_UPLOAD_TEMP_DIR = None
247FIRST_DAY_OF_WEEK = 0
248FIXTURE_DIRS = []
249FORCE_SCRIPT_NAME = None
250FORMAT_MODULE_PATH = None
251FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
252FTP_AVAILABILITY_DOWNLOAD = PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/uploads')
253FTP_AVAILABILITY_FILE = 'Pneumat_Item_Availability.csv'
254FTP_AVAILABILITY_HOST = ''
255FTP_AVAILABILITY_PASSWORD = '********************'
256FTP_AVAILABILITY_PATH = 'Pneumat_Item_Availability'
257FTP_AVAILABILITY_PORT = ''
258FTP_AVAILABILITY_USER = ''
259FULLTEXT_LANGUAGES = {'uk': 'ukrainian', 'ru': 'russian'}
260GOOGLE_MAP_API_KEY = '********************'
261GUNICORN_PID = '/run/pneumat_website_gunicorn/pneumat_website_gunicorn.pid'
262IGNORABLE_404_URLS = []
263IMPORT_UPLOADS_BASE_URL = 'https://pnparser.webcase-dev.com/uploads'
264INSTALLED_APPS = ['markup', 'shared', 'apps.importer', 'apps.staff', 'apps.shop', 'apps.novaposhta', 'apps.news', 'apps.streamblocks', 'apps.pages', 'apps.menu', 'apps.contacts', 'apps.reviews', 'apps.settings', 'apps.wishlist', 'apps.comparison', 'apps.checkout', 'apps.export', 'jet', 'seo', 'rosetta', 'rest_framework', 'django_filters', 'standards', 'mptt', 'django_jinja', 'solo', 'adminsortable2', 'drf_recaptcha', 'drf_yasg', 'postie', 'parler', 'codemirror2', 'ckeditor', 'ckeditor_uploader', 'des', 'vuejs_translate', 'modeltranslation', 'streamfield', 'mapwidgets', 'jsoneditor', 'import_export', 'qsessions', 'robots', 'rest_framework_tracking', 'cy_cart', 'cy_cart.integrations.django', 'django.contrib.gis', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.sites']
265INTERNAL_IPS = []
266JET_SIDE_MENU_COMPACT = True
267LANGUAGES = "(('ru', 'Русский'), ('uk', 'Украинский'))"
268LANGUAGES_BIDI = ['he', 'ar', 'fa', 'ur']
269LANGUAGE_CODE = 'ru'
270LANGUAGE_COOKIE_AGE = None
271LANGUAGE_COOKIE_DOMAIN = None
272LANGUAGE_COOKIE_HTTPONLY = False
273LANGUAGE_COOKIE_NAME = 'django_language'
274LANGUAGE_COOKIE_PATH = '/'
275LANGUAGE_COOKIE_SAMESITE = None
276LANGUAGE_COOKIE_SECURE = False
277LOCALE_PATHS = "(PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/locale'),)"
278LOGGING = {'version': 1, 'disable_existing_loggers': False, 'handlers': {'console': {'level': 'DEBUG', 'class': 'logging.StreamHandler'}, 'logfile': {'level': 'DEBUG', 'class': 'logging.FileHandler', 'filename': PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/settings/default.py/../logfile.log')}}, 'root': {'level': 'INFO', 'handlers': ['console', 'logfile']}}
279LOGGING_CONFIG = 'logging.config.dictConfig'
280LOGIN_REDIRECT_URL = '/accounts/profile/'
281LOGIN_URL = '/auth/login/'
282LOGOUT_REDIRECT_URL = '/'
283MANAGERS = []
284MAP_WIDGETS = {'GOOGLE_MAP_API_KEY': '********************'}
285MEDIA_ROOT = PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/uploads')
286MEDIA_URL = '/uploads/'
287MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
288MIDDLEWARE = ['django.middleware.security.SecurityMiddleware', 'qsessions.middleware.SessionMiddleware', 'shared.middlewares.SessionTimeoutMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']
289MIGRATION_MODULES = {}
290MODELTRANSLATION_CUSTOM_FIELDS = "('JSONField', 'SearchVectorField')"
291MODELTRANSLATION_DEFAULT_LANGUAGE = 'uk'
292MODELTRANSLATION_FALLBACK_LANGUAGES = "('ru', 'uk', 'pl')"
293MODELTRANSLATION_LANGUAGES = "('pl', 'uk', 'ru')"
294MONTH_DAY_FORMAT = 'F j'
295NUMBER_GROUPING = 0
296PASSWORD_HASHERS = '********************'
297PASSWORD_RESET_TIMEOUT_DAYS = '********************'
298POSTIE_INSTANT_SEND = False
299POSTIE_TEMPLATE_CHOICES = "(('confirm_email', 'Confirm email'), ('admin_new_user', 'Admin check new user'), ('user_refusal_registration', 'User account refusal registration'), ('password_reset', 'User password reset'), ('callback_email', 'Обратная связь'), ('callback_phone', 'Перезвонить'), ('new_request', 'New request'), ('new_question', 'New question'), ('new_contact_request', 'New contact request'))"
300POSTIE_TEMPLATE_CONTEXTS = {'confirm_email': {'url': 'Confirmation email url', 'email': 'User email'}, 'admin_new_user': {'url': 'Admin new user', 'email': 'User email'}, 'user_refusal_registration': {'email': 'User email', 'reason': 'User registration refusal reason'}, 'password_reset': '********************', 'callback_email': {'email': 'User email', 'employee': 'Employee username'}, 'callback_phone': {'email': 'User phone', 'employee': 'Employee username'}, 'new_request': {'username': 'Имя и фамилия', 'phone': 'Номер телефона', 'email': 'Адрес электронной почты', 'itn': 'ИНН', 'code': 'Код товара', 'comment': 'Комментарий пользователя'}, 'new_question': {'username': 'ФИО', 'phone': 'Номер телефона', 'email': 'Адрес электронной почты', 'question': 'вопрос', 'admin_url': 'ссылка на вопрос пользователя в админ-панели'}, 'new_contact_request': {'username': 'ФИО', 'phone': 'Номер телефона', 'email': 'Адрес электронной почты', 'comment': 'вопрос', 'admin_url': 'ссылка на запрос пользователя в админ-панели'}}
301PREPEND_WWW = False
302PROJECT_APPS = ['markup', 'shared', 'apps.importer', 'apps.staff', 'apps.shop', 'apps.novaposhta', 'apps.news', 'apps.streamblocks', 'apps.pages', 'apps.menu', 'apps.contacts', 'apps.reviews', 'apps.settings', 'apps.wishlist', 'apps.comparison', 'apps.checkout', 'apps.export']
303PXD_CANNED_CACHE = {'UPDATE_TASK_LOCATION': 'shared.tasks.update_cache_task'}
304REST_FRAMEWORK = {'DEFAULT_METADATA_CLASS': 'standards.drf.metadata.FieldsetMetadata', 'DEFAULT_PARSER_CLASSES': ('djangorestframework_camel_case.parser.CamelCaseJSONParser', 'djangorestframework_camel_case.parser.CamelCaseFormParser', 'djangorestframework_camel_case.parser.CamelCaseMultiPartParser'), 'DEFAULT_RENDERER_CLASSES': ('djangorestframework_camel_case.render.CamelCaseJSONRenderer', 'djangorestframework_camel_case.render.CamelCaseBrowsableAPIRenderer'), 'EXCEPTION_HANDLER': 'standards.drf.handlers.exception_handler'}
305ROOT_URLCONF = 'app.urls'
306ROSETTA_SHOW_AT_ADMIN_PANEL = True
307SECRET_KEY = '********************'
308SECURE_BROWSER_XSS_FILTER = False
309SECURE_CONTENT_TYPE_NOSNIFF = True
310SECURE_HSTS_INCLUDE_SUBDOMAINS = False
311SECURE_HSTS_PRELOAD = False
312SECURE_HSTS_SECONDS = 0
313SECURE_PROXY_SSL_HEADER = None
314SECURE_REDIRECT_EXEMPT = []
315SECURE_REFERRER_POLICY = None
316SECURE_SSL_HOST = None
317SECURE_SSL_REDIRECT = False
318SEO_HTML_ADMIN_WIDGET = {'widget': 'CKEditorUploadingWidget', 'widget_path': 'ckeditor_uploader.widgets'}
319SEO_MODELS = ['shop.Category', 'shop.Product', 'shop.ProductGroup', 'news.Category', 'news.News', 'pages.Page', 'pages.FAQPage', 'pages.Index', 'pages.HistoryPage', 'pages.FilesPage', 'pages.TechnologicalPage', 'pages.ContactsPage', 'pages.MediaPage', 'pages.AwardsPage']
320SEO_VIEWS_CHOICES = "(('news', 'News index'),)"
321SEO_VIEWS_CONTEXT_NAME = 'instance_seo'
322SERVER_EMAIL = 'root@localhost'
323SESSION_CACHE_ALIAS = 'default'
324SESSION_COOKIE_AGE = 1209600
325SESSION_COOKIE_DOMAIN = None
326SESSION_COOKIE_HTTPONLY = True
327SESSION_COOKIE_NAME = 'sessionid'
328SESSION_COOKIE_PATH = '/'
329SESSION_COOKIE_SAMESITE = 'Lax'
330SESSION_COOKIE_SECURE = False
331SESSION_ENGINE = 'qsessions.backends.cached_db'
332SESSION_EXPIRE_AFTER_LAST_ACTIVITY = True
333SESSION_EXPIRE_AT_BROWSER_CLOSE = False
334SESSION_EXPIRE_SECONDS = 3600
335SESSION_FILE_PATH = None
336SESSION_SAVE_EVERY_REQUEST = False
337SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
338SESSION_TIMEOUT_REDIRECT = False
339SETTINGS_MODULE = 'app.settings'
340SHORT_DATETIME_FORMAT = 'm/d/Y P'
341SHORT_DATE_FORMAT = 'm/d/Y'
342SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
343SILENCED_SYSTEM_CHECKS = []
344SITE_ID = 1
345SOLO_CACHE = 'default'
346STATICFILES_DIRS = []
347STATICFILES_FINDERS = ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
348STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
349STATIC_ROOT = PosixPath('/home/pneumat_website/pneumat_website/pneumat_website/server/app/static')
350STATIC_URL = '/static/'
351STREAMFIELD_STREAMBLOCKS_APP_PATH = 'apps.streamblocks'
352SWAGGER_SETTINGS = {'DEFAULT_PAGINATOR_INSPECTORS': ['shared.inspectors.StandardsPaginatorInspector', 'drf_yasg.inspectors.DjangoRestResponsePagination', 'drf_yasg.inspectors.CoreAPICompatInspector'], 'SECURITY_DEFINITIONS': {'Bearer': {'type': 'apiKey', 'name': 'EXPORT-KEY', 'in': 'header'}}}
353TEMPLATES = [{'BACKEND': 'django_jinja.backend.Jinja2', 'NAME': 'jinja2', 'APP_DIRS': True, 'DIRS': [], 'OPTIONS': {'environment': 'shared.env.jinja2.environment', 'match_extension': '.jinja', 'newstyle_gettext': True, 'auto_reload': True, 'undefined': <class 'jinja2.runtime.Undefined'>, 'debug': True, 'filters': {}, 'globals': {}, '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', 'seo.context_processors.seo'], 'extensions': ['jinja2.ext.do', 'jinja2.ext.loopcontrols', 'jinja2.ext.with_', 'jinja2.ext.i18n', 'jinja2.ext.autoescape', 'django_jinja.builtins.extensions.DebugExtension', 'django_jinja.builtins.extensions.CsrfExtension', 'django_jinja.builtins.extensions.CacheExtension', 'django_jinja.builtins.extensions.TimezoneExtension', 'django_jinja.builtins.extensions.UrlsExtension', 'django_jinja.builtins.extensions.StaticFilesExtension', 'django_jinja.builtins.extensions.DjangoFiltersExtension'], 'bytecode_cache': {'name': 'default', 'backend': 'django_jinja.cache.BytecodeCache', 'enabled': True}}}, {'DIRS': [], 'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'OPTIONS': {'context_processors': ['django.template.context_processors.media', 'django.template.context_processors.static', 'django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.messages.context_processors.messages', 'django.contrib.auth.context_processors.auth', 'seo.context_processors.seo']}}]
354TEST_NON_SERIALIZED_APPS = []
355TEST_RUNNER = 'django.test.runner.DiscoverRunner'
356THOUSAND_SEPARATOR = ','
357TIME_FORMAT = 'P'
358TIME_INPUT_FORMATS = ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
359TIME_ZONE = 'UTC'
360USE_I18N = True
361USE_L10N = True
362USE_THOUSAND_SEPARATOR = False
363USE_TZ = True
364USE_X_FORWARDED_HOST = False
365USE_X_FORWARDED_PORT = False
366WSGI_APPLICATION = 'app.wsgi.application'
367X_FRAME_OPTIONS = 'DENY'
368YEAR_MONTH_FORMAT = 'F Y'
369
370
371You're seeing this error because you have DEBUG = True in your
372Django settings file. Change that to False, and Django will
373display a standard page generated by the handler for this status code.
374
375