· 7 years ago · Nov 21, 2018, 06:38 AM
1OperationalError at /api/invest_profile/products/
2no such table: FinanceProduct_financeproductfile
3
4Request Method: GET
5Request URL: http://176.113.83.31:8000/api/invest_profile/products/?type=1
6Django Version: 2.1.3
7Python Executable: /root/bks-backend/env/bin/python3.6
8Python Version: 3.6.3
9Python Path: ['/root/bks-backend', '/root/bks-backend/env/bin', '/root/bks-backend/env/lib/python36.zip', '/root/bks-backend/env/lib/python3.6', '/root/bks-backend/env/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6', '/root/bks-backend/env/lib/python3.6/site-packages', '/root/bks-backend']
10Server time: РЎСЂ, 21 РќРѕСР2018 06:32:26 +0000
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 'drf_yasg',
19 'nested_admin',
20 'rest_framework',
21 'rest_framework.authtoken',
22 'django_filters',
23 'corsheaders',
24 'ckeditor',
25 'ckeditor_uploader',
26 'Auth.apps.AuthConfig',
27 'Client.apps.ClientConfig',
28 'ClientProfile.apps.ClientProfileConfig',
29 'ClientGoal.apps.ClientGoalConfig',
30 'ClientInvestProfile.apps.ClientInvestProfileConfig',
31 'Courses.apps.CoursesConfig',
32 'News.apps.NewsConfig',
33 'TemplateDoc.apps.TemplateDocConfig',
34 'FinanceProduct.apps.FinanceProductConfig']
35Installed Middleware:
36['django.middleware.security.SecurityMiddleware',
37 'django.contrib.sessions.middleware.SessionMiddleware',
38 'django.middleware.common.CommonMiddleware',
39 'django.middleware.csrf.CsrfViewMiddleware',
40 'django.contrib.auth.middleware.AuthenticationMiddleware',
41 'django.contrib.messages.middleware.MessageMiddleware',
42 'django.middleware.clickjacking.XFrameOptionsMiddleware',
43 'corsheaders.middleware.CorsMiddleware',
44 'django.middleware.common.CommonMiddleware']
45
46
47Traceback:
48
49File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/utils.py" in _execute
50 85. return self.cursor.execute(sql, params)
51
52File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py" in execute
53 296. return Database.Cursor.execute(self, query, params)
54
55The above exception (no such table: FinanceProduct_financeproductfile) was the direct cause of the following exception:
56
57File "/root/bks-backend/env/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
58 34. response = get_response(request)
59
60File "/root/bks-backend/env/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
61 126. response = self.process_exception_by_middleware(e, request)
62
63File "/root/bks-backend/env/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
64 124. response = wrapped_callback(request, *callback_args, **callback_kwargs)
65
66File "/root/bks-backend/env/lib/python3.6/site-packages/django/views/decorators/csrf.py" in wrapped_view
67 54. return view_func(*args, **kwargs)
68
69File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/viewsets.py" in view
70 116. return self.dispatch(request, *args, **kwargs)
71
72File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/views.py" in dispatch
73 495. response = self.handle_exception(exc)
74
75File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/views.py" in handle_exception
76 455. self.raise_uncaught_exception(exc)
77
78File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/views.py" in dispatch
79 492. response = handler(request, *args, **kwargs)
80
81File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/mixins.py" in list
82 48. return Response(serializer.data)
83
84File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/serializers.py" in data
85 765. ret = super(ListSerializer, self).data
86
87File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/serializers.py" in data
88 262. self._data = self.to_representation(self.instance)
89
90File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/serializers.py" in to_representation
91 683. self.child.to_representation(item) for item in iterable
92
93File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/serializers.py" in <listcomp>
94 683. self.child.to_representation(item) for item in iterable
95
96File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/serializers.py" in to_representation
97 527. ret[field.field_name] = field.to_representation(attribute)
98
99File "/root/bks-backend/env/lib/python3.6/site-packages/rest_framework/serializers.py" in to_representation
100 683. self.child.to_representation(item) for item in iterable
101
102File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/models/query.py" in __iter__
103 268. self._fetch_all()
104
105File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/models/query.py" in _fetch_all
106 1186. self._result_cache = list(self._iterable_class(self))
107
108File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/models/query.py" in __iter__
109 54. results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
110
111File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/models/sql/compiler.py" in execute_sql
112 1065. cursor.execute(sql, params)
113
114File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/utils.py" in execute
115 100. return super().execute(sql, params)
116
117File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/utils.py" in execute
118 68. return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
119
120File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/utils.py" in _execute_with_wrappers
121 77. return executor(sql, params, many, context)
122
123File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/utils.py" in _execute
124 85. return self.cursor.execute(sql, params)
125
126File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/utils.py" in __exit__
127 89. raise dj_exc_value.with_traceback(traceback) from exc_value
128
129File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/utils.py" in _execute
130 85. return self.cursor.execute(sql, params)
131
132File "/root/bks-backend/env/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py" in execute
133 296. return Database.Cursor.execute(self, query, params)
134
135Exception Type: OperationalError at /api/invest_profile/products/
136Exception Value: no such table: FinanceProduct_financeproductfile
137Request information:
138USER: picasel
139
140GET:
141type = '1'
142
143POST: No POST data
144
145FILES: No FILES data
146
147COOKIES: No cookie data
148
149META:
150HTTP_ACCEPT = '*/*'
151HTTP_ACCEPT_ENCODING = 'gzip, deflate'
152HTTP_ACCEPT_LANGUAGE = 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7'
153HTTP_AUTHORIZATION = 'Token bce502eb8296278d1ca3056a69ce95507c516c94'
154HTTP_CONNECTION = 'close'
155HTTP_HOST = '176.113.83.31:8000'
156HTTP_ORIGIN = 'http://0.0.0.0:8080'
157HTTP_REFERER = 'http://0.0.0.0:8080/add_client/13'
158HTTP_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'
159HTTP_X_FORWARDED_FOR = '146.185.136.157'
160HTTP_X_FORWARDED_PROTO = 'http'
161HTTP_X_REAL_IP = '146.185.136.157'
162PATH_INFO = '/api/invest_profile/products/'
163QUERY_STRING = 'type=1'
164RAW_URI = '/api/invest_profile/products/?type=1'
165REMOTE_ADDR = ''
166REQUEST_METHOD = 'GET'
167SCRIPT_NAME = ''
168SERVER_NAME = '176.113.83.31'
169SERVER_PORT = '8000'
170SERVER_PROTOCOL = 'HTTP/1.0'
171SERVER_SOFTWARE = 'gunicorn/19.9.0'
172gunicorn.socket = <socket.socket fd=9, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/root/bks-backend/bks.sock>
173wsgi.errors = <gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7f98fe401780>
174wsgi.file_wrapper = ''
175wsgi.input = <gunicorn.http.body.Body object at 0x7f98fe401908>
176wsgi.multiprocess = True
177wsgi.multithread = False
178wsgi.run_once = False
179wsgi.url_scheme = 'http'
180wsgi.version = '(1, 0)'
181
182Settings:
183Using settings module bksproject.settings
184ABSOLUTE_URL_OVERRIDES = {}
185ADMINS = []
186ALLOWED_HOSTS = ['*']
187APPEND_SLASH = True
188AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend']
189AUTH_PASSWORD_VALIDATORS = '********************'
190AUTH_USER_MODEL = 'Auth.User'
191BASE_DIR = '/root/bks-backend'
192CACHES = {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
193CACHE_MIDDLEWARE_ALIAS = 'default'
194CACHE_MIDDLEWARE_KEY_PREFIX = '********************'
195CACHE_MIDDLEWARE_SECONDS = 600
196CKEDITOR_BASEPATH = '/static/ckeditor/ckeditor'
197CKEDITOR_CONFIGS = {'default': {'toolbar': [{'name': 'document', 'items': ['Source', '-', 'Preview', '-', 'Templates']}, {'name': 'clipboard', 'items': ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo']}, {'name': 'editing', 'items': ['Find', 'Replace', '-', 'SelectAll']}, {'name': 'tools', 'items': ['Maximize', 'ShowBlocks']}, {'name': 'basicstyles', 'items': ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat']}, {'name': 'paragraph', 'items': ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, {'name': 'links', 'items': ['Link', 'Unlink', 'Anchor']}, {'name': 'insert', 'items': ['Image', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak']}, {'name': 'styles', 'items': ['Format', 'FontSize', 'LineHeight']}], 'tabSpaces': 4, 'extraPlugins': 'uploadimage'}}
198CKEDITOR_UPLOAD_PATH = 'attachments/'
199CKEDITOR_UPLOAD_SLUGIFY_FILENAME = True
200CORS_ORIGIN_ALLOW_ALL = True
201CSRF_COOKIE_AGE = 31449600
202CSRF_COOKIE_DOMAIN = None
203CSRF_COOKIE_HTTPONLY = False
204CSRF_COOKIE_NAME = 'csrftoken'
205CSRF_COOKIE_PATH = '/'
206CSRF_COOKIE_SAMESITE = 'Lax'
207CSRF_COOKIE_SECURE = False
208CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
209CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
210CSRF_TRUSTED_ORIGINS = []
211CSRF_USE_SESSIONS = False
212DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3', 'NAME': '/root/bks-backend/db.sqlite3', 'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'OPTIONS': {}, 'TIME_ZONE': None, 'USER': '', 'PASSWORD': '********************', 'HOST': '', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'NAME': None, 'MIRROR': None}}}
213DATABASE_ROUTERS = []
214DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440
215DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
216DATETIME_FORMAT = 'N j, Y, P'
217DATETIME_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']
218DATE_FORMAT = 'N j, Y'
219DATE_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']
220DEBUG = True
221DEBUG_PROPAGATE_EXCEPTIONS = False
222DECIMAL_SEPARATOR = '.'
223DEFAULT_CHARSET = 'utf-8'
224DEFAULT_CONTENT_TYPE = 'text/html'
225DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
226DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
227DEFAULT_FROM_EMAIL = 'webmaster@localhost'
228DEFAULT_INDEX_TABLESPACE = ''
229DEFAULT_TABLESPACE = ''
230DISALLOWED_USER_AGENTS = []
231EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
232EMAIL_HOST = 'smtp.sendgrid.net'
233EMAIL_HOST_PASSWORD = '********************'
234EMAIL_HOST_USER = 'AnastasiaPicasel'
235EMAIL_PORT = 587
236EMAIL_SSL_CERTFILE = None
237EMAIL_SSL_KEYFILE = '********************'
238EMAIL_SUBJECT_PREFIX = '[Django] '
239EMAIL_TIMEOUT = None
240EMAIL_USE_LOCALTIME = False
241EMAIL_USE_SSL = False
242EMAIL_USE_TLS = True
243FILE_CHARSET = 'utf-8'
244FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
245FILE_UPLOAD_HANDLERS = ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
246FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440
247FILE_UPLOAD_PERMISSIONS = None
248FILE_UPLOAD_TEMP_DIR = None
249FIRST_DAY_OF_WEEK = 0
250FIXTURE_DIRS = []
251FORCE_SCRIPT_NAME = None
252FORMAT_MODULE_PATH = None
253FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
254IGNORABLE_404_URLS = []
255INSTALLED_APPS = ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'drf_yasg', 'nested_admin', 'rest_framework', 'rest_framework.authtoken', 'django_filters', 'corsheaders', 'ckeditor', 'ckeditor_uploader', 'Auth.apps.AuthConfig', 'Client.apps.ClientConfig', 'ClientProfile.apps.ClientProfileConfig', 'ClientGoal.apps.ClientGoalConfig', 'ClientInvestProfile.apps.ClientInvestProfileConfig', 'Courses.apps.CoursesConfig', 'News.apps.NewsConfig', 'TemplateDoc.apps.TemplateDocConfig', 'FinanceProduct.apps.FinanceProductConfig']
256INTERNAL_IPS = []
257LANGUAGES = [('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'), ('kab', 'Kabyle'), ('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')]
258LANGUAGES_BIDI = ['he', 'ar', 'fa', 'ur']
259LANGUAGE_CODE = 'ru-ru'
260LANGUAGE_COOKIE_AGE = None
261LANGUAGE_COOKIE_DOMAIN = None
262LANGUAGE_COOKIE_NAME = 'django_language'
263LANGUAGE_COOKIE_PATH = '/'
264LOCALE_PATHS = []
265LOGGING = {}
266LOGGING_CONFIG = 'logging.config.dictConfig'
267LOGIN_REDIRECT_URL = '/accounts/profile/'
268LOGIN_URL = '/accounts/login/'
269LOGOUT_REDIRECT_URL = None
270MAIN_EMAIL_ADDRESS = 'a.bilyalov@picasel.agency'
271MANAGERS = []
272MEDIA_ROOT = '/root/bks-backend/media'
273MEDIA_URL = '/media/'
274MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
275MIDDLEWARE = ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'corsheaders.middleware.CorsMiddleware', 'django.middleware.common.CommonMiddleware']
276MIGRATION_MODULES = {}
277MONTH_DAY_FORMAT = 'F j'
278NUMBER_GROUPING = 0
279PASSWORD_HASHERS = '********************'
280PASSWORD_RESET_TIMEOUT_DAYS = '********************'
281PREPEND_WWW = False
282REST_FRAMEWORK = {'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.TokenAuthentication'), 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly',)}
283ROOT_URLCONF = 'bksproject.urls'
284SECONDS_IN_DAY = 86400
285SECRET_KEY = '********************'
286SECURE_BROWSER_XSS_FILTER = False
287SECURE_CONTENT_TYPE_NOSNIFF = False
288SECURE_HSTS_INCLUDE_SUBDOMAINS = False
289SECURE_HSTS_PRELOAD = False
290SECURE_HSTS_SECONDS = 0
291SECURE_PROXY_SSL_HEADER = None
292SECURE_REDIRECT_EXEMPT = []
293SECURE_SSL_HOST = None
294SECURE_SSL_REDIRECT = False
295SERVER_EMAIL = 'root@localhost'
296SESSION_CACHE_ALIAS = 'default'
297SESSION_COOKIE_AGE = 1209600
298SESSION_COOKIE_DOMAIN = None
299SESSION_COOKIE_HTTPONLY = True
300SESSION_COOKIE_NAME = 'sessionid'
301SESSION_COOKIE_PATH = '/'
302SESSION_COOKIE_SAMESITE = 'Lax'
303SESSION_COOKIE_SECURE = False
304SESSION_ENGINE = 'django.contrib.sessions.backends.db'
305SESSION_EXPIRE_AT_BROWSER_CLOSE = False
306SESSION_FILE_PATH = None
307SESSION_SAVE_EVERY_REQUEST = False
308SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
309SETTINGS_MODULE = 'bksproject.settings'
310SHORT_DATETIME_FORMAT = 'm/d/Y P'
311SHORT_DATE_FORMAT = 'm/d/Y'
312SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
313SILENCED_SYSTEM_CHECKS = []
314STATICFILES_DIRS = []
315STATICFILES_FINDERS = ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
316STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
317STATIC_ROOT = '/root/bks-backend/static'
318STATIC_URL = '/static/'
319TEMPLATES = [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/root/bks-backend/templates'], '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']}}]
320TEST_NON_SERIALIZED_APPS = []
321TEST_RUNNER = 'django.test.runner.DiscoverRunner'
322THOUSAND_SEPARATOR = ','
323TIME_FORMAT = 'P'
324TIME_INPUT_FORMATS = ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
325TIME_ZONE = 'UTC'
326USE_I18N = True
327USE_L10N = True
328USE_THOUSAND_SEPARATOR = False
329USE_TZ = True
330USE_X_FORWARDED_HOST = False
331USE_X_FORWARDED_PORT = False
332WSGI_APPLICATION = 'bksproject.wsgi.application'
333X_FRAME_OPTIONS = 'SAMEORIGIN'
334YEAR_MONTH_FORMAT = 'F Y'
335
336
337You're seeing this error because you have DEBUG = True in your
338Django settings file. Change that to False, and Django will
339display a standard page generated by the handler for this status code.