Invalid HTTP_HOST header: 'test.xximages.xyz'. You may need to add 'test.xximages.xyz' to ALLOWED_HOSTS.
| Request Method: | GET |
|---|---|
| Request URL: | http://test.xximages.xyz/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg |
| Django Version: | 3.1.2 |
| Exception Type: | DisallowedHost |
| Exception Value: | Invalid HTTP_HOST header: 'test.xximages.xyz'. You may need to add 'test.xximages.xyz' to ALLOWED_HOSTS. |
| Exception Location: | /usr/local/lib/python3.7/dist-packages/django/http/request.py, line 137, in get_host |
| Python Executable: | /usr/bin/python3 |
| Python Version: | 3.7.3 |
| Python Path: | ['/data', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages'] |
| Server time: | Fri, 08 Jan 2021 15:48:04 +0000 |
/usr/local/lib/python3.7/dist-packages/django/core/handlers/exception.py, line 47, in inner
response = await sync_to_async(response_for_exception)(request, exc)
return response
return inner
else:
@wraps(get_response)
def inner(request):
try:
response = get_response(request)…
except Exception as exc:
response = response_for_exception(request, exc)
return response
return inner
| Variable | Value |
|---|---|
| exc | DisallowedHost("Invalid HTTP_HOST header: 'test.xximages.xyz'. You may need to add 'test.xximages.xyz' to ALLOWED_HOSTS.") |
| get_response | <sentry_sdk.integrations.django.middleware._wrap_middleware.<locals>.SentryWrappingMiddleware object at 0x7f4ea691d240> |
| request | <WSGIRequest: GET '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg'> |
/usr/local/lib/python3.7/dist-packages/sentry_sdk/integrations/django/middleware.py, line 134, in __call__
return rv
def __call__(self, *args, **kwargs):
# type: (*Any, **Any) -> Any
f = self._call_method
if f is None:
self._call_method = f = _get_wrapped_method(self._inner.__call__)
return f(*args, **kwargs)…
if hasattr(middleware, "__name__"):
SentryWrappingMiddleware.__name__ = middleware.__name__
return SentryWrappingMiddleware
| Variable | Value |
|---|---|
| _get_wrapped_method | <function _wrap_middleware.<locals>._get_wrapped_method at 0x7f4ea69272f0> |
| args | (<WSGIRequest: GET '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg'>,) |
| f | <function MiddlewareMixin.__call__ at 0x7f4ea66c3510> |
| kwargs | {} |
| self | <sentry_sdk.integrations.django.middleware._wrap_middleware.<locals>.SentryWrappingMiddleware object at 0x7f4ea691d240> |
/usr/local/lib/python3.7/dist-packages/sentry_sdk/integrations/django/middleware.py, line 90, in sentry_wrapped_method
description = "{}.{}".format(description, function_basename)with hub.start_span(
op="django.middleware", description=description
) as span:
span.set_tag("django.function_name", function_name) span.set_tag("django.middleware_name", middleware_name)return old_method(*args, **kwargs)…
try:
# fails for __call__ of function on Python 2 (see py2.7-django-1.11)
sentry_wrapped_method = wraps(old_method)(sentry_wrapped_method)
# Necessary for Django 3.1
| Variable | Value |
|---|---|
| DjangoIntegration | <class 'sentry_sdk.integrations.django.DjangoIntegration'> |
| args | (<WSGIRequest: GET '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg'>,) |
| description | 'django.middleware.common.CommonMiddleware.__call__' |
| function_basename | '__call__' |
| function_name | 'django.utils.deprecation.MiddlewareMixin.__call__' |
| hub | <sentry_sdk.hub.Hub object at 0x7f4ea5b581d0> |
| integration | <sentry_sdk.integrations.django.DjangoIntegration object at 0x7f4ec5584710> |
| kwargs | {} |
| middleware_name | 'django.middleware.common.CommonMiddleware' |
| old_method | <bound method MiddlewareMixin.__call__ of <django.middleware.common.CommonMiddleware object at 0x7f4ea691dcf8>> |
| span | <Span(op='django.middleware', description:'django.middleware.common.CommonMiddleware.__call__', trace_id='d8cf1f88900d4b31a98e2c329e74a250', span_id='93605494d85f422e', parent_span_id='835b1df166918958', sampled=False)> |
/usr/local/lib/python3.7/dist-packages/django/utils/deprecation.py, line 113, in __call__
def __call__(self, request):
# Exit out to async mode, if needed
if asyncio.iscoroutinefunction(self.get_response):
return self.__acall__(request)
response = None
if hasattr(self, 'process_request'):
response = self.process_request(request)…
response = response or self.get_response(request)
if hasattr(self, 'process_response'):
response = self.process_response(request, response)
return response
async def __acall__(self, request):
| Variable | Value |
|---|---|
| request | <WSGIRequest: GET '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg'> |
| response | None |
| self | <django.middleware.common.CommonMiddleware object at 0x7f4ea691dcf8> |
/usr/local/lib/python3.7/dist-packages/django/middleware/common.py, line 48, in process_request
user_agent = request.META.get('HTTP_USER_AGENT')if user_agent is not None:
for user_agent_regex in settings.DISALLOWED_USER_AGENTS:
if user_agent_regex.search(user_agent):
raise PermissionDenied('Forbidden user agent')# Check for a redirect based on settings.PREPEND_WWW
host = request.get_host()…
must_prepend = settings.PREPEND_WWW and host and not host.startswith('www.') redirect_url = ('%s://www.%s' % (request.scheme, host)) if must_prepend else ''# Check if a slash should be appended
if self.should_redirect_with_slash(request):
path = self.get_full_path_with_slash(request)
| Variable | Value |
|---|---|
| request | <WSGIRequest: GET '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg'> |
| self | <django.middleware.common.CommonMiddleware object at 0x7f4ea691dcf8> |
| user_agent | 'WordPress/5.6; https://www.sexfilmizle.com' |
/usr/local/lib/python3.7/dist-packages/django/http/request.py, line 137, in get_host
return host
else:
msg = "Invalid HTTP_HOST header: %r." % host
if domain:
msg += " You may need to add %r to ALLOWED_HOSTS." % domain
else:
msg += " The domain name provided is not valid according to RFC 1034/1035."
raise DisallowedHost(msg)…
def get_port(self):
"""Return the port number for the request as a string."""
if settings.USE_X_FORWARDED_PORT and 'HTTP_X_FORWARDED_PORT' in self.META:
port = self.META['HTTP_X_FORWARDED_PORT']
else:
| Variable | Value |
|---|---|
| allowed_hosts | ['.btc-express.info'] |
| domain | 'test.xximages.xyz' |
| host | 'test.xximages.xyz' |
| msg | ("Invalid HTTP_HOST header: 'test.xximages.xyz'. You may need to add "
"'test.xximages.xyz' to ALLOWED_HOSTS.") |
| port | '' |
| self | <WSGIRequest: GET '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg'> |
[unable to retrieve the current user]
No GET data
No POST data
No FILES data
No cookie data
| Variable | Value |
|---|---|
| CONTEXT_DOCUMENT_ROOT | '/usr/local/apache2/htdocs' |
| CONTEXT_PREFIX | '' |
| DOCUMENT_ROOT | '/usr/local/apache2/htdocs' |
| GATEWAY_INTERFACE | 'CGI/1.1' |
| HTTP_ACCEPT | '*/*' |
| HTTP_ACCEPT_ENCODING | 'gzip' |
| HTTP_CDN_LOOP | 'cloudflare' |
| HTTP_CF_CONNECTING_IP | '136.244.107.108' |
| HTTP_CF_IPCOUNTRY | 'NL' |
| HTTP_CF_RAY | '60e70f85fa1a0766-LHR' |
| HTTP_CF_REQUEST_ID | '07844807be0000076650ab0000000001' |
| HTTP_CF_VISITOR | '{"scheme":"https"}' |
| HTTP_CONNECTION | 'Keep-Alive' |
| HTTP_HOST | 'test.xximages.xyz' |
| HTTP_REFERER | 'https://test.xximages.xyz/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg' |
| HTTP_USER_AGENT | 'WordPress/5.6; https://www.sexfilmizle.com' |
| HTTP_X_FORWARDED_FOR | '136.244.107.108' |
| HTTP_X_FORWARDED_PROTO | 'https' |
| PATH_INFO | '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg' |
| PATH_TRANSLATED | '/data/CAWhiteLabel/wsgi.py/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg' |
| QUERY_STRING | '' |
| REMOTE_ADDR | '141.101.99.48' |
| REMOTE_PORT | '29024' |
| REQUEST_METHOD | 'GET' |
| REQUEST_SCHEME | 'http' |
| REQUEST_URI | '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg' |
| SCRIPT_FILENAME | '/data/CAWhiteLabel/wsgi.py' |
| SCRIPT_NAME | '' |
| SERVER_ADDR | '172.18.0.2' |
| SERVER_ADMIN | '[email protected]' |
| SERVER_NAME | 'test.xximages.xyz' |
| SERVER_PORT | '80' |
| SERVER_PROTOCOL | 'HTTP/1.1' |
| SERVER_SIGNATURE | '********************' |
| SERVER_SOFTWARE | 'Apache/2.4.46 (Unix) OpenSSL/1.1.1d mod_wsgi/4.6.5 Python/3.7' |
| apache.version | (2, 4, 38) |
| mod_wsgi.application_group | '' |
| mod_wsgi.callable_object | 'application' |
| mod_wsgi.daemon_connects | '1' |
| mod_wsgi.daemon_restarts | '0' |
| mod_wsgi.daemon_start | '1610120884210607' |
| mod_wsgi.enable_sendfile | '0' |
| mod_wsgi.handler_script | '' |
| mod_wsgi.ignore_activity | '0' |
| mod_wsgi.listener_host | '' |
| mod_wsgi.listener_port | '80' |
| mod_wsgi.path_info | '/xhamsteryeni2/thumb-v0.xhcdn.com---a---YKQRlcUwXGhOktmbHtmX7A---008---091---930---2000x2000.10.jpg/307ad6bfc5ffc34591c61e9e26adf037/4.jpg' |
| mod_wsgi.process_group | 'ca_whitelabel' |
| mod_wsgi.queue_start | '1610120884210451' |
| mod_wsgi.request_handler | 'wsgi-script' |
| mod_wsgi.request_id | 'SkpZe00Vi88' |
| mod_wsgi.request_start | '1610120884210250' |
| mod_wsgi.script_name | '' |
| mod_wsgi.script_reloading | '1' |
| mod_wsgi.script_start | '1610120884210737' |
| mod_wsgi.thread_id | 2 |
| mod_wsgi.thread_requests | 88963 |
| mod_wsgi.total_requests | 1373032 |
| mod_wsgi.version | (4, 6, 5) |
| wsgi.errors | <_io.TextIOWrapper name='<wsgi.errors>' encoding='utf-8'> |
| wsgi.file_wrapper | <class 'mod_wsgi.FileWrapper'> |
| wsgi.input | <mod_wsgi.Input object at 0x7f4ea5970d50> |
| wsgi.input_terminated | True |
| wsgi.multiprocess | False |
| wsgi.multithread | True |
| wsgi.run_once | False |
| wsgi.url_scheme | 'http' |
| wsgi.version | (1, 0) |
CAWhiteLabel.settings| Setting | Value |
|---|---|
| ABSOLUTE_URL_OVERRIDES | {} |
| ADMINS | [] |
| ALLOWED_HOSTS | ['.btc-express.info'] |
| APPEND_SLASH | True |
| AUTHENTICATION_BACKENDS | ['django.contrib.auth.backends.ModelBackend'] |
| AUTH_PASSWORD_VALIDATORS | '********************' |
| AUTH_USER_MODEL | 'auth.User' |
| BASE_DIR | '/data' |
| CACHES | {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}} |
| CACHE_MIDDLEWARE_ALIAS | 'default' |
| CACHE_MIDDLEWARE_KEY_PREFIX | '********************' |
| CACHE_MIDDLEWARE_SECONDS | 600 |
| CRYPTAPI_URL | '********************' |
| CSRF_COOKIE_AGE | 31449600 |
| CSRF_COOKIE_DOMAIN | None |
| CSRF_COOKIE_HTTPONLY | False |
| CSRF_COOKIE_NAME | 'csrftoken' |
| CSRF_COOKIE_PATH | '/' |
| CSRF_COOKIE_SAMESITE | 'Lax' |
| CSRF_COOKIE_SECURE | False |
| CSRF_FAILURE_VIEW | 'django.views.csrf.csrf_failure' |
| CSRF_HEADER_NAME | 'HTTP_X_CSRFTOKEN' |
| CSRF_TRUSTED_ORIGINS | [] |
| CSRF_USE_SESSIONS | False |
| DATABASES | {'default': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_MAX_AGE': 0,
'ENGINE': 'django.db.backends.postgresql',
'HOST': 'db',
'NAME': 'whitelabel',
'OPTIONS': {},
'PASSWORD': '********************',
'PORT': '',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIGRATE': True,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': None,
'USER': 'whitelabel'}} |
| DATABASE_ROUTERS | [] |
| DATA_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
| DATA_UPLOAD_MAX_NUMBER_FIELDS | 1000 |
| DATETIME_FORMAT | 'N j, Y, P' |
| DATETIME_INPUT_FORMATS | ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M'] |
| DATE_FORMAT | 'N j, Y' |
| DATE_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'] |
| DEBUG | True |
| DEBUG_PROPAGATE_EXCEPTIONS | False |
| DECIMAL_SEPARATOR | '.' |
| DEFAULT_CHARSET | 'utf-8' |
| DEFAULT_EXCEPTION_REPORTER | 'django.views.debug.ExceptionReporter' |
| DEFAULT_EXCEPTION_REPORTER_FILTER | 'django.views.debug.SafeExceptionReporterFilter' |
| DEFAULT_FILE_STORAGE | 'django.core.files.storage.FileSystemStorage' |
| DEFAULT_FROM_EMAIL | '[email protected]' |
| DEFAULT_HASHING_ALGORITHM | 'sha256' |
| DEFAULT_INDEX_TABLESPACE | '' |
| DEFAULT_TABLESPACE | '' |
| DISALLOWED_USER_AGENTS | [] |
| EMAIL_BACKEND | 'django.core.mail.backends.smtp.EmailBackend' |
| EMAIL_HOST | 'localhost' |
| EMAIL_HOST_PASSWORD | '********************' |
| EMAIL_HOST_USER | '' |
| EMAIL_PORT | 25 |
| EMAIL_SSL_CERTFILE | None |
| EMAIL_SSL_KEYFILE | '********************' |
| EMAIL_SUBJECT_PREFIX | '[Django] ' |
| EMAIL_TIMEOUT | None |
| EMAIL_USE_LOCALTIME | False |
| EMAIL_USE_SSL | False |
| EMAIL_USE_TLS | False |
| FILE_UPLOAD_DIRECTORY_PERMISSIONS | None |
| FILE_UPLOAD_HANDLERS | ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler'] |
| FILE_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
| FILE_UPLOAD_PERMISSIONS | 420 |
| FILE_UPLOAD_TEMP_DIR | None |
| FIRST_DAY_OF_WEEK | 0 |
| FIXTURE_DIRS | [] |
| FORCE_SCRIPT_NAME | None |
| FORMAT_MODULE_PATH | None |
| FORM_RENDERER | 'django.forms.renderers.DjangoTemplates' |
| IGNORABLE_404_URLS | [] |
| INSTALLED_APPS | ['proxy.apps.ProxyConfig', 'index.apps.IndexConfig', 'settings.apps.SettingsConfig', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles'] |
| INTERNAL_IPS | [] |
| LANGUAGES | [('af', 'Afrikaans'),
('ar', 'Arabic'),
('ar-dz', 'Algerian 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'),
('hy', 'Armenian'),
('ia', 'Interlingua'),
('id', 'Indonesian'),
('ig', 'Igbo'),
('io', 'Ido'),
('is', 'Icelandic'),
('it', 'Italian'),
('ja', 'Japanese'),
('ka', 'Georgian'),
('kab', 'Kabyle'),
('kk', 'Kazakh'),
('km', 'Khmer'),
('kn', 'Kannada'),
('ko', 'Korean'),
('ky', 'Kyrgyz'),
('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'),
('tg', 'Tajik'),
('th', 'Thai'),
('tk', 'Turkmen'),
('tr', 'Turkish'),
('tt', 'Tatar'),
('udm', 'Udmurt'),
('uk', 'Ukrainian'),
('ur', 'Urdu'),
('uz', 'Uzbek'),
('vi', 'Vietnamese'),
('zh-hans', 'Simplified Chinese'),
('zh-hant', 'Traditional Chinese')] |
| LANGUAGES_BIDI | ['he', 'ar', 'ar-dz', 'fa', 'ur'] |
| LANGUAGE_CODE | 'en-us' |
| LANGUAGE_COOKIE_AGE | None |
| LANGUAGE_COOKIE_DOMAIN | None |
| LANGUAGE_COOKIE_HTTPONLY | False |
| LANGUAGE_COOKIE_NAME | 'django_language' |
| LANGUAGE_COOKIE_PATH | '/' |
| LANGUAGE_COOKIE_SAMESITE | None |
| LANGUAGE_COOKIE_SECURE | False |
| LOCALE_PATHS | [] |
| LOGGING | {} |
| LOGGING_CONFIG | 'logging.config.dictConfig' |
| LOGIN_REDIRECT_URL | '/accounts/profile/' |
| LOGIN_URL | '/accounts/login/' |
| LOGOUT_REDIRECT_URL | None |
| MANAGERS | [] |
| MEDIA_ROOT | '/data/media' |
| MEDIA_URL | '/media/' |
| MESSAGE_STORAGE | 'django.contrib.messages.storage.fallback.FallbackStorage' |
| MIDDLEWARE | ['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', 'CAWhiteLabel.middleware.SettingsMiddleware'] |
| MIGRATION_MODULES | {} |
| MONTH_DAY_FORMAT | 'F j' |
| NUMBER_GROUPING | 0 |
| PASSWORD_HASHERS | '********************' |
| PASSWORD_RESET_TIMEOUT | '********************' |
| PASSWORD_RESET_TIMEOUT_DAYS | '********************' |
| PREPEND_WWW | False |
| ROOT_URLCONF | 'CAWhiteLabel.urls' |
| SECRET_KEY | '********************' |
| SECURE_BROWSER_XSS_FILTER | False |
| SECURE_CONTENT_TYPE_NOSNIFF | True |
| SECURE_HSTS_INCLUDE_SUBDOMAINS | False |
| SECURE_HSTS_PRELOAD | False |
| SECURE_HSTS_SECONDS | 0 |
| SECURE_PROXY_SSL_HEADER | None |
| SECURE_REDIRECT_EXEMPT | [] |
| SECURE_REFERRER_POLICY | 'same-origin' |
| SECURE_SSL_HOST | None |
| SECURE_SSL_REDIRECT | False |
| SERVER_EMAIL | '[email protected]' |
| SESSION_CACHE_ALIAS | 'default' |
| SESSION_COOKIE_AGE | 1209600 |
| SESSION_COOKIE_DOMAIN | None |
| SESSION_COOKIE_HTTPONLY | True |
| SESSION_COOKIE_NAME | 'sessionid' |
| SESSION_COOKIE_PATH | '/' |
| SESSION_COOKIE_SAMESITE | 'Lax' |
| SESSION_COOKIE_SECURE | False |
| SESSION_ENGINE | 'django.contrib.sessions.backends.db' |
| SESSION_EXPIRE_AT_BROWSER_CLOSE | False |
| SESSION_FILE_PATH | None |
| SESSION_SAVE_EVERY_REQUEST | False |
| SESSION_SERIALIZER | 'django.contrib.sessions.serializers.JSONSerializer' |
| SETTINGS_MODULE | 'CAWhiteLabel.settings' |
| SHORT_DATETIME_FORMAT | 'm/d/Y P' |
| SHORT_DATE_FORMAT | 'm/d/Y' |
| SIGNING_BACKEND | 'django.core.signing.TimestampSigner' |
| SILENCED_SYSTEM_CHECKS | [] |
| STATICFILES_DIRS | [] |
| STATICFILES_FINDERS | ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder'] |
| STATICFILES_STORAGE | 'django.contrib.staticfiles.storage.StaticFilesStorage' |
| STATIC_ROOT | '/data/static' |
| STATIC_URL | '/static/' |
| TEMPLATES | [{'APP_DIRS': True,
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'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']}}] |
| TEST_NON_SERIALIZED_APPS | [] |
| TEST_RUNNER | 'django.test.runner.DiscoverRunner' |
| THOUSAND_SEPARATOR | ',' |
| TIME_FORMAT | 'P' |
| TIME_INPUT_FORMATS | ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M'] |
| TIME_ZONE | 'UTC' |
| USE_I18N | True |
| USE_L10N | True |
| USE_THOUSAND_SEPARATOR | False |
| USE_TZ | True |
| USE_X_FORWARDED_HOST | False |
| USE_X_FORWARDED_PORT | False |
| WSGI_APPLICATION | 'CAWhiteLabel.wsgi.application' |
| X_FRAME_OPTIONS | 'DENY' |
| YEAR_MONTH_FORMAT | 'F Y' |
You'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.