· 7 years ago · Jul 12, 2018, 08:06 AM
1FieldError at /api/tasks/quest/
2Cannot resolve keyword 'pos_list' into field. Choices are: aim, aim_id, attachments, author, author_id, badges, checkers, created_by, creation_date, description, draft_users, expiration_date, fine_badges, fine_points, fine_rubles, id, is_available, motivation_template, motivation_template_id, open_after, order_number, parents, photo, points, progress, progresshistory, reminder, repeat, rubles, start_date, tagged_items, tags, task_sequence, tasks, time_to_perform, time_to_perform_type, title, users
3
4Request Method: GET
5Request URL: http://185.236.130.134/api/tasks/quest/?page=1&per_page=10
6Django Version: 1.11.9
7Python Executable: /home/django/philips-v2/venv/bin/python3
8Python Version: 3.6.5
9Python Path: ['/home/django/philips-v2', '/home/django/philips-v2/venv/bin', '/usr/lib/python36.zip', '/usr/lib/python3.6', '/usr/lib/python3.6/lib-dynload', '/home/django/philips-v2/venv/lib/python3.6/site-packages']
10Server time: çт, 12 Øюû 2018 11:02:09 +0300
11Installed Applications:
12['django.contrib.admin',
13 'django.contrib.auth',
14 'django.contrib.contenttypes',
15 'django.contrib.sessions',
16 'django.contrib.messages',
17 'django.contrib.staticfiles',
18 'rest_framework',
19 'rest_framework_swagger',
20 'nested_admin',
21 'ckeditor',
22 'corsheaders',
23 'dynamic_rest',
24 'taggit',
25 'taggit_serializer',
26 'django_cron',
27 'philips_v2.apps.routes',
28 'philips_v2.apps.users',
29 'philips_v2.apps.tasks',
30 'philips_v2.apps.badges',
31 'philips_v2.apps.skills',
32 'philips_v2.apps.motivation_templates',
33 'philips_v2.apps.ispring',
34 'philips_v2.apps.tags',
35 'debug_toolbar']
36Installed Middleware:
37['django.middleware.security.SecurityMiddleware',
38 'django.contrib.sessions.middleware.SessionMiddleware',
39 'corsheaders.middleware.CorsMiddleware',
40 'django.middleware.common.CommonMiddleware',
41 'django.middleware.csrf.CsrfViewMiddleware',
42 'django.contrib.auth.middleware.AuthenticationMiddleware',
43 'django.contrib.messages.middleware.MessageMiddleware',
44 'django.middleware.clickjacking.XFrameOptionsMiddleware',
45 'debug_toolbar.middleware.DebugToolbarMiddleware']
46
47
48Traceback:
49
50File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
51 41. response = get_response(request)
52
53File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
54 187. response = self.process_exception_by_middleware(e, request)
55
56File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
57 185. response = wrapped_callback(request, *callback_args, **callback_kwargs)
58
59File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/views/decorators/csrf.py" in wrapped_view
60 58. return view_func(*args, **kwargs)
61
62File "/home/django/philips-v2/venv/lib/python3.6/site-packages/rest_framework/viewsets.py" in view
63 86. return self.dispatch(request, *args, **kwargs)
64
65File "/home/django/philips-v2/venv/lib/python3.6/site-packages/rest_framework/views.py" in dispatch
66 489. response = self.handle_exception(exc)
67
68File "/home/django/philips-v2/venv/lib/python3.6/site-packages/rest_framework/views.py" in handle_exception
69 449. self.raise_uncaught_exception(exc)
70
71File "/home/django/philips-v2/venv/lib/python3.6/site-packages/rest_framework/views.py" in dispatch
72 486. response = handler(request, *args, **kwargs)
73
74File "/home/django/philips-v2/venv/lib/python3.6/site-packages/rest_framework/mixins.py" in list
75 40. queryset = self.filter_queryset(self.get_queryset())
76
77File "/home/django/philips-v2/philips_v2/apps/tasks/viewsets.py" in get_queryset
78 184. | Q(users__id__exact=profile.id)).distinct()
79
80File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/manager.py" in manager_method
81 85. return getattr(self.get_queryset(), name)(*args, **kwargs)
82
83File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/query.py" in filter
84 784. return self._filter_or_exclude(False, *args, **kwargs)
85
86File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/query.py" in _filter_or_exclude
87 802. clone.query.add_q(Q(*args, **kwargs))
88
89File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/sql/query.py" in add_q
90 1250. clause, _ = self._add_q(q_object, self.used_aliases)
91
92File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/sql/query.py" in _add_q
93 1270. current_negated, allow_joins, split_subq)
94
95File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/sql/query.py" in _add_q
96 1276. allow_joins=allow_joins, split_subq=split_subq,
97
98File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/sql/query.py" in build_filter
99 1154. lookups, parts, reffed_expression = self.solve_lookup_type(arg)
100
101File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/sql/query.py" in solve_lookup_type
102 1034. _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
103
104File "/home/django/philips-v2/venv/lib/python3.6/site-packages/django/db/models/sql/query.py" in names_to_path
105 1352. "Choices are: %s" % (name, ", ".join(available)))
106
107Exception Type: FieldError at /api/tasks/quest/
108Exception Value: Cannot resolve keyword 'pos_list' into field. Choices are: aim, aim_id, attachments, author, author_id, badges, checkers, created_by, creation_date, description, draft_users, expiration_date, fine_badges, fine_points, fine_rubles, id, is_available, motivation_template, motivation_template_id, open_after, order_number, parents, photo, points, progress, progresshistory, reminder, repeat, rubles, start_date, tagged_items, tags, task_sequence, tasks, time_to_perform, time_to_perform_type, title, users
109Request information:
110USER: FedAM.MMS@philips.com
111
112GET:
113page = '1'
114per_page = '10'
115
116POST: No POST data
117
118FILES: No FILES data
119
120COOKIES:
121csrftoken = 'uP8qjcRXy5m8xwlfzUeVBe9ZqXzUe0xNHlusw0GC6skB7EXpNotQkuBeigtjv4zQ'
122sessionid = 'n32lvkqm9ul1pj606sziu8qunq8a99zn'
123
124META:
125CSRF_COOKIE = 'uP8qjcRXy5m8xwlfzUeVBe9ZqXzUe0xNHlusw0GC6skB7EXpNotQkuBeigtjv4zQ'
126HTTP_ACCEPT = 'application/json, text/plain, */*'
127HTTP_ACCEPT_ENCODING = 'gzip, deflate'
128HTTP_ACCEPT_LANGUAGE = 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7'
129HTTP_CONNECTION = 'close'
130HTTP_COOKIE = 'csrftoken=uP8qjcRXy5m8xwlfzUeVBe9ZqXzUe0xNHlusw0GC6skB7EXpNotQkuBeigtjv4zQ; sessionid=n32lvkqm9ul1pj606sziu8qunq8a99zn'
131HTTP_HOST = '185.236.130.134'
132HTTP_REFERER = 'http://185.236.130.134/dashboard/mypromo/quests'
133HTTP_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'
134HTTP_X_FORWARDED_FOR = '158.255.176.236'
135HTTP_X_REAL_IP = '158.255.176.236'
136HTTP_X_SCHEME = 'http'
137PATH_INFO = '/api/tasks/quest/'
138QUERY_STRING = 'page=1&per_page=10'
139RAW_URI = '/api/tasks/quest/?page=1&per_page=10'
140REMOTE_ADDR = ''
141REQUEST_METHOD = 'GET'
142SCRIPT_NAME = ''
143SERVER_NAME = '185.236.130.134'
144SERVER_PORT = '80'
145SERVER_PROTOCOL = 'HTTP/1.0'
146SERVER_SOFTWARE = 'gunicorn/19.8.1'
147gunicorn.socket = <socket.socket fd=14, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/django/philips-v2/gunicorn.sock>
148wsgi.errors = <gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7f03c71f9ba8>
149wsgi.file_wrapper = ''
150wsgi.input = <gunicorn.http.body.Body object at 0x7f03c71f9c50>
151wsgi.multiprocess = True
152wsgi.multithread = True
153wsgi.run_once = False
154wsgi.url_scheme = 'http'
155wsgi.version = '(1, 0)'
156
157Settings:
158Using settings module philips_v2.settings
159ABSOLUTE_URL_OVERRIDES = {}
160ADMINS = []
161ALLOWED_HOSTS = ['localhost:4200', 'philips-dev.supporteam.ru', '127.0.0.1', '185.236.130.134']
162APPEND_SLASH = True
163AUTHENTICATION_BACKENDS = "('philips_v2.apps.users.authentication.SkynetAuthBackend', 'django.contrib.auth.backends.ModelBackend')"
164AUTH_PASSWORD_VALIDATORS = '********************'
165AUTH_USER_MODEL = 'auth.User'
166BASE_DIR = '/home/django/philips-v2'
167CACHES = {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
168CACHE_MIDDLEWARE_ALIAS = 'default'
169CACHE_MIDDLEWARE_KEY_PREFIX = '********************'
170CACHE_MIDDLEWARE_SECONDS = 600
171CKEDITOR_CONFIGS = {'default': {'toolbar': 'Custom', 'toolbar_Custom': [['Bold', 'Italic', 'Underline'], ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['Link', 'Unlink'], ['RemoveFormat', 'Source'], ['Format', 'Blockquote']]}}
172CORS_ALLOW_CREDENTIALS = True
173CORS_ALLOW_HEADERS = "('accept', 'accept-encoding', 'authorization', 'content-type', 'dnt', 'origin', 'user-agent', 'x-csrftoken', 'x-requested-with', 'x-xsrf-token')"
174CORS_ORIGIN_WHITELIST = "('philips-dev.supporteam.ru', 'localhost:4200', '185.236.130.134')"
175CRON_CLASSES = ['philips_v2.apps.users.cron.SyncUsers', 'philips_v2.apps.routes.cron.VisitProceed', 'philips_v2.apps.tasks.cron.UpdateTasks']
176CSRF_COOKIE_AGE = 31449600
177CSRF_COOKIE_DOMAIN = None
178CSRF_COOKIE_HTTPONLY = False
179CSRF_COOKIE_NAME = 'csrftoken'
180CSRF_COOKIE_PATH = '/'
181CSRF_COOKIE_SECURE = False
182CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
183CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
184CSRF_TRUSTED_ORIGINS = "('philips-dev.supporteam.ru', 'localhost:4200', '185.236.130.134')"
185CSRF_USE_SESSIONS = False
186DATABASES = {'default': {'ENGINE': 'django.db.backends.mysql', 'NAME': 'promoarmy_v2', 'USER': 'root', 'PASSWORD': '********************', 'HOST': 'localhost', 'PORT': '3306', 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'OPTIONS': {}, 'TIME_ZONE': None, 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}}
187DATABASE_ROUTERS = []
188DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440
189DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
190DATETIME_FORMAT = 'N j, Y, P'
191DATETIME_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']
192DATE_FORMAT = 'N j, Y'
193DATE_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']
194DEBUG = True
195DEBUG_PROPAGATE_EXCEPTIONS = False
196DEBUG_TOOLBAR_CONFIG = {'SHOW_TEMPLATE_CONTEXT': True, 'ENABLE_STACKTRACES': True}
197DEBUG_TOOLBAR_PANELS = ['debug_toolbar.panels.versions.VersionsPanel', 'debug_toolbar.panels.timer.TimerPanel', 'debug_toolbar.panels.settings.SettingsPanel', 'debug_toolbar.panels.headers.HeadersPanel', 'debug_toolbar.panels.request.RequestPanel', 'debug_toolbar.panels.sql.SQLPanel', 'debug_toolbar.panels.staticfiles.StaticFilesPanel', 'debug_toolbar.panels.templates.TemplatesPanel', 'debug_toolbar.panels.cache.CachePanel', 'debug_toolbar.panels.signals.SignalsPanel', 'debug_toolbar.panels.logging.LoggingPanel', 'debug_toolbar.panels.redirects.RedirectsPanel']
198DECIMAL_SEPARATOR = '.'
199DEFAULT_CHARSET = 'utf-8'
200DEFAULT_CONTENT_TYPE = 'text/html'
201DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
202DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
203DEFAULT_FROM_EMAIL = 'webmaster@localhost'
204DEFAULT_INDEX_TABLESPACE = ''
205DEFAULT_TABLESPACE = ''
206DISALLOWED_USER_AGENTS = []
207DYNAMIC_REST = {'DEBUG': True}
208EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
209EMAIL_HOST = 'localhost'
210EMAIL_HOST_PASSWORD = '********************'
211EMAIL_HOST_USER = ''
212EMAIL_PORT = 25
213EMAIL_SSL_CERTFILE = None
214EMAIL_SSL_KEYFILE = '********************'
215EMAIL_SUBJECT_PREFIX = '[Django] '
216EMAIL_TIMEOUT = None
217EMAIL_USE_LOCALTIME = False
218EMAIL_USE_SSL = False
219EMAIL_USE_TLS = False
220FILE_CHARSET = 'utf-8'
221FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
222FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
223FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440
224FILE_UPLOAD_PERMISSIONS = None
225FILE_UPLOAD_TEMP_DIR = None
226FIRST_DAY_OF_WEEK = 0
227FIXTURE_DIRS = []
228FORCE_SCRIPT_NAME = None
229FORMAT_MODULE_PATH = None
230FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
231IGNORABLE_404_URLS = []
232INSTALLED_APPS = ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'rest_framework', 'rest_framework_swagger', 'nested_admin', 'ckeditor', 'corsheaders', 'dynamic_rest', 'taggit', 'taggit_serializer', 'django_cron', 'philips_v2.apps.routes', 'philips_v2.apps.users', 'philips_v2.apps.tasks', 'philips_v2.apps.badges', 'philips_v2.apps.skills', 'philips_v2.apps.motivation_templates', 'philips_v2.apps.ispring', 'philips_v2.apps.tags', 'debug_toolbar']
233INTERNAL_IPS = ['127.0.0.1']
234LANGUAGES = [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
235LANGUAGES_BIDI = ['he', 'ar', 'fa', 'ur']
236LANGUAGE_CODE = 'ru-RU'
237LANGUAGE_COOKIE_AGE = None
238LANGUAGE_COOKIE_DOMAIN = None
239LANGUAGE_COOKIE_NAME = 'django_language'
240LANGUAGE_COOKIE_PATH = '/'
241LOCALE_PATHS = []
242LOGGING = {}
243LOGGING_CONFIG = 'logging.config.dictConfig'
244LOGIN_REDIRECT_URL = '/accounts/profile/'
245LOGIN_URL = '/accounts/login/'
246LOGOUT_REDIRECT_URL = None
247MANAGERS = []
248MEDIA_ROOT = '/home/django/philips-v2/media'
249MEDIA_URL = '/media/'
250MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
251MIDDLEWARE = ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'corsheaders.middleware.CorsMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']
252MIDDLEWARE_CLASSES = ['django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware']
253MIGRATION_MODULES = {}
254MONTH_DAY_FORMAT = 'F j'
255NUMBER_GROUPING = 0
256PASSWORD_HASHERS = '********************'
257PASSWORD_RESET_TIMEOUT_DAYS = '********************'
258PREPEND_WWW = False
259PRODUCTION = False
260PROJECT_ROOT = '/home/django/philips-v2/philips_v2'
261REMOTE_DB = {'NAME': 'PhilipsCRM', 'USER': 'irina_seng', 'PASSWORD': '********************', 'HOST': '178.20.239.197:1433'}
262REST_FRAMEWORK = {'DATETIME_FORMAT': '%s', 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',), 'DEFAULT_AUTHENTICATION_CLASSES': ('philips_v2.apps.users.models.CsrfExemptSessionAuthentication',), 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.AllowAny',), 'DEFAULT_RENDERER_CLASSES': ['rest_framework.renderers.JSONRenderer']}
263ROOT_URLCONF = 'philips_v2.urls'
264SECRET_KEY = '********************'
265SECURE_BROWSER_XSS_FILTER = False
266SECURE_CONTENT_TYPE_NOSNIFF = False
267SECURE_HSTS_INCLUDE_SUBDOMAINS = False
268SECURE_HSTS_PRELOAD = False
269SECURE_HSTS_SECONDS = 0
270SECURE_PROXY_SSL_HEADER = None
271SECURE_REDIRECT_EXEMPT = []
272SECURE_SSL_HOST = None
273SECURE_SSL_REDIRECT = False
274SERVER_EMAIL = 'root@localhost'
275SESSION_CACHE_ALIAS = 'default'
276SESSION_COOKIE_AGE = 1209600
277SESSION_COOKIE_DOMAIN = None
278SESSION_COOKIE_HTTPONLY = True
279SESSION_COOKIE_NAME = 'sessionid'
280SESSION_COOKIE_PATH = '/'
281SESSION_COOKIE_SECURE = False
282SESSION_ENGINE = 'django.contrib.sessions.backends.db'
283SESSION_EXPIRE_AT_BROWSER_CLOSE = False
284SESSION_FILE_PATH = None
285SESSION_SAVE_EVERY_REQUEST = False
286SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
287SETTINGS_MODULE = 'philips_v2.settings'
288SHORT_DATETIME_FORMAT = 'm/d/Y P'
289SHORT_DATE_FORMAT = 'm/d/Y'
290SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
291SILENCED_SYSTEM_CHECKS = []
292STATICFILES_DIRS = []
293STATICFILES_FINDERS = ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
294STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
295STATIC_ROOT = '/home/django/philips-v2/static'
296STATIC_URL = '/static/'
297TEMPLATES = [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}]
298TEST_NON_SERIALIZED_APPS = []
299TEST_RUNNER = 'django.test.runner.DiscoverRunner'
300THOUSAND_SEPARATOR = ','
301TIME_FORMAT = 'P'
302TIME_INPUT_FORMATS = ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
303TIME_ZONE = 'Europe/Moscow'
304USE_ETAGS = False
305USE_I18N = True
306USE_L10N = True
307USE_THOUSAND_SEPARATOR = False
308USE_TZ = False
309USE_X_FORWARDED_HOST = False
310USE_X_FORWARDED_PORT = False
311WSGI_APPLICATION = 'philips_v2.wsgi.application'
312X_FRAME_OPTIONS = 'SAMEORIGIN'
313YEAR_MONTH_FORMAT = 'F Y'
314
315
316You're seeing this error because you have DEBUG = True in your
317Django settings file. Change that to False, and Django will
318display a standard page generated by the handler for this status code.