Forums

Exception Value: Invalid HTTP_HOST header: 'mysite.pythonanywhere.com'. You may need to add u'mysite.pythonanywhere.com' to ALLOWED_HOSTS.

When I try to access to my web site adress "http://mysite.pythonanywhere.com/ the following error display: DisallowedHost at / Invalid HTTP_HOST header: 'mysite.pythonanywhere.com'. You may need to add u'mysite.pythonanywhere.com' to ALLOWED_HOSTS. Request Method: GET Request URL: http://mysite.pythonanywhere.com/ Django Version: 1.11.13 Exception Type: DisallowedHost Exception Value: Invalid HTTP_HOST header: 'mysite.pythonanywhere.com'. You may need to add u'mysite.pythonanywhere.com' to ALLOWED_HOSTS. Exception Location: /home/mysite/.virtualenvs/venv/local/lib/python2.7/site-packages/django/http/request.py inget_host, line 113 Python Executable: /usr/local/bin/uwsgi Python Version: 2.7.6 Python Path:
['/var/www', '.', '', '/var/www', '/home/mysite/.virtualenvs/venv/lib/python2.7', '/home/mysite/.virtualenvs/venv/lib/python2.7/plat-x86_64-linux-gnu', '/home/mysite/.virtualenvs/venv/lib/python2.7/lib-tk', '/home/mysite/.virtualenvs/venv/lib/python2.7/lib-old', '/home/mysite/.virtualenvs/venv/lib/python2.7/lib-dynload', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/home/mysite/.virtualenvs/venv/local/lib/python2.7/site-packages', '/home/mysite/.virtualenvs/venv/lib/python2.7/site-packages', '/home/mysite/conference'] Server time: Mon, 11 Jun 2018 19:51:53 +0000

please could you help me to solve this problem

go to your settings.py and find or add a line like this

ALLOWED_HOSTS = ['mysite.pythonanywhere.com']

thank you very much it works now, I wrote ALLOWED_HOSTS = ['https://mysite.pythonanywhere.com'] instead of ALLOWED_HOSTS = ['mysite.pythonanywhere.com'] for this reason it did not work

great! @irtusb thanks!

I did that but it still is not working for me. I keep getting this error: Invalid HTTP_HOST header: 'chandubio.pythonanywhere.com'. You may need to add 'chandubio.pythonanywhere.com' to ALLOWED_HOSTS.

in settings.py: ALLOWED_HOSTS = ['chandubio.pythonanywhere.com']

I saved and refreshed my page as well.

Can someone please help resolve this issue?

Can I take a look at your files? We can see them from our admin interface, but we always ask for permission first.

Yes, you may look at the files. Please help me resolve this issue.

In your settings.py you do indeed have this:

ALLOWED_HOSTS = ['chandubio.pythonanywhere.com']

However, at the bottom of settings.py, you have this:

try:
    from .local_settings import *t
except ImportError:
    print("Looks like no local file. You must be on production")

...and in local_settings.py you have this:

ALLOWED_HOSTS = []

Given the contents of that print statement, I would guess that you don't expect local_settings.py to be present in production, and if by production you mean on PythonAnywhere, you should delete that file.

Hi PythonAnywhere team, I am also getting the same error 'Invalid HTTP_HOST header: 'satzwebio.pythonanywhere.com'. You may need to add 'satzwebio.pythonanywhere.com' to ALLOWED_HOSTS'.

Can some one please suggest, i tried the above steps mentioned..

Did you reload your web app after making the change?

DisallowedHost at / Invalid HTTP_HOST header: 'suryaprogrammer.pythonanywhere.com'. You may need to add 'suryaprogrammer.pythonanywhere.com' to ALLOWED_HOSTS. Request Method: GET Request URL: http://suryaprogrammer.pythonanywhere.com/ Django Version: 3.2 Exception Type: DisallowedHost Exception Value:
Invalid HTTP_HOST header: 'suryaprogrammer.pythonanywhere.com'. You may need to add 'suryaprogrammer.pythonanywhere.com' to ALLOWED_HOSTS. Exception Location: /home/SuryaProgrammer/.virtualenvs/userprog/lib/python3.8/site-packages/django/http/request.py, line 149, in get_host Python Executable: /usr/local/bin/uwsgi Python Version: 3.8.0 Python Path:
['/var/www', '.', '', '/var/www', '/home/SuryaProgrammer/.virtualenvs/userprog/lib/python38.zip', '/home/SuryaProgrammer/.virtualenvs/userprog/lib/python3.8', '/home/SuryaProgrammer/.virtualenvs/userprog/lib/python3.8/lib-dynload', '/usr/lib/python3.8', '/home/SuryaProgrammer/.virtualenvs/userprog/lib/python3.8/site-packages', '/home/SuryaProgrammer/django-deployment-example/learning_templates'] Server time: Thu, 08 Apr 2021 07:43:45 +0000

Please somebody help this out!

add 'suryaprogrammer.pythonanywhere.com'. to the ALLOWED_HOSTS in your Django settings.

I have the same trouble. I changed settings.py to: ALLOWED_HOSTS = ['127.0.0.1', 'https://coloboc66.pythonanywhere.com'] where coloboc66 is my name but it did not help:(

It should be coloboc66.pythonanywhere.com, not https://coloboc66.pythonanywhere.com.

Really, it helps! :)

Glad to help!

but where i can change in github or python anywhere?

What do you want to change @Hari18?

[formatted by admin]

DisallowedHost at /
Invalid HTTP_HOST header: 'hetvigandhi.pythonanywhere.com'. You may need to add 'hetvigandhi.pythonanywhere.com' to ALLOWED_HOSTS.
Request Method: GET
Request URL:    http://hetvigandhi.pythonanywhere.com/
Django Version: 3.2.7
Exception Type: DisallowedHost
Exception Value:    
Invalid HTTP_HOST header: 'hetvigandhi.pythonanywhere.com'. You may need to add 'hetvigandhi.pythonanywhere.com' to ALLOWED_HOSTS.
Exception Location: /home/hetvigandhi/.virtualenvs/django3/lib/python3.9/site-packages/django/http/request.py, line 149, in get_host
Python Executable:  /usr/local/bin/uwsgi
Python Version: 3.9.5
Python Path:    
['/home/hetvigandhi/django_projects/mysite',
 '/var/www',
 '.',
 '',
 '/var/www',
 '/usr/local/lib/python39.zip',
 '/usr/local/lib/python3.9',
 '/usr/local/lib/python3.9/lib-dynload',
 '/home/hetvigandhi/.virtualenvs/django3/lib/python3.9/site-packages']
Server time:    Mon, 27 Sep 2021 14:28:20 +0000

I am getting this error what do i do

You probably need to add hetvigandhi.pythonanywhere.com to ALLOWED_HOSTS in your settings.py file, as the error message suggests.

I have added allowed_hosts but it is still not working..Can someone help me with this

"""
Django settings for learning_users project.
Generated by 'django-admin startproject' using Django 3.2.5.
For more information on this file, see
https://docs.djangoproject.com/en/3.2/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.2/ref/settings/
"""

from pathlib import Path

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent


# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-zkk4ho5t7!39e-*-dl-=nf#3hr)ap$idn#^h1q21j2-8k_=r5('

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['sripor62.pythonanywhere.com']


# Application definition

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.session

@sripor62 What errors are you getting? What do you see in your logs?

Invalid HTTP_HOST header: 'ashrafemon.pythonanywhere.com'. You may need to add 'ashrafemon.pythonanywhere.com' to ALLOWED_HOSTS.

i added

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['ashrafemon.pythonanywhere.com']

save than reload but that problem happend again

Make sure that you put this setting in the right place (i.e. in the settings that are being loaded for your web app).

I have the same error. Can someone help out. added in ALLOWED_HOST but still its not working.

DisallowedHost at / Invalid HTTP_HOST header: 'dendupous.pythonanywhere.com'. You may need to add 'dendupous.pythonanywhere.com' to ALLOWED_HOSTS. Request Method: GET Request URL: http://dendupous.pythonanywhere.com/ Django Version: 4.1 Exception Type: DisallowedHost Exception Value:
Invalid HTTP_HOST header: 'dendupous.pythonanywhere.com'. You may need to add 'dendupous.pythonanywhere.com' to ALLOWED_HOSTS. Exception Location: /home/dendupous/.virtualenvs/myproj/lib/python3.10/site-packages/django/http/request.py, line 148, in get_host Raised during: basic_app.views.index Python Executable: /usr/local/bin/uwsgi Python Version: 3.10.5 Python Path:
['/var/www', '.', '', '/var/www', '/usr/local/lib/python310.zip', '/usr/local/lib/python3.10', '/usr/local/lib/python3.10/lib-dynload', '/home/dendupous/.virtualenvs/myproj/lib/python3.10/site-packages', '/home/dendupous/django-deployment-example/django_level_five/learning_users'] Server time: Thu, 03 Nov 2022 21:41:38 +0000

Make sure that you have reloaded the web app and that the code where you made the change is actually being used by your web app and that the value is not being overwritten later.

DisallowedHost at / Invalid HTTP_HOST header: 'hogawi.pythonanywhere.com'. You may need to add 'hogawi.pythonanywhere.com' to ALLOWED_HOSTS. Request Method: GET Request URL: http://hogawi.pythonanywhere.com/ Django Version: 4.1.4 Exception Type: DisallowedHost Exception Value:
Invalid HTTP_HOST header: 'hogawi.pythonanywhere.com'. You may need to add 'hogawi.pythonanywhere.com' to ALLOWED_HOSTS. Exception Location: /home/hogawi/.virtualenvs/django4/lib/python3.10/site-packages/django/http/request.py, line 148, in get_host Python Executable: /usr/local/bin/uwsgi Python Version: 3.10.5 Python Path:
['/home/hogawi/mysite', '/var/www', '.', '', '/var/www', '/usr/local/lib/python310.zip', '/usr/local/lib/python3.10', '/usr/local/lib/python3.10/lib-dynload', '/home/hogawi/.virtualenvs/django4/lib/python3.10/site-packages'] Server time: Mon, 26 Dec 2022 15:59:57 +0000

i got this error bro

You may need to add 'hogawi.pythonanywhere.com' to ALLOWED_HOSTS in your django settings

receiving the same error today

There are many posts in this thread that describe how to fix the error.

DisallowedHost at / Invalid HTTP_HOST header: 'www.courseclub.co.in'. You may need to add 'www.courseclub.co.in' to ALLOWED_HOSTS. Request Method: GET Request URL: https://www.courseclub.co.in/ Django Version: 4.2 Exception Type: DisallowedHost Exception Value:
Invalid HTTP_HOST header: 'www.courseclub.co.in'. You may need to add 'www.courseclub.co.in' to ALLOWED_HOSTS. Exception Location: /home/Encoding/.virtualenvs/club/lib/python3.8/site-packages/django/http/request.py, line 167, in get_host Raised during: LMS.views.HOME Python Executable: /usr/local/bin/uwsgi Python Version: 3.8.10 Python Path:
['/var/www', '.', '', '/var/www', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/home/Encoding/.virtualenvs/club/lib/python3.8/site-packages', '/home/Encoding/Learning-Management-System-Python/LMS'

i have added ALLOWED_HOSTS = [ 'courseclub.co.in','webapp-1662921.pythonanywhere.com']

You need "courseclub.pythonanywhere.com" in the ALLOWED_HOSTS as it is the domain of your web app.

Hi I have the same error, and is not letting me run my webiste. I changed it in Allowed_Hosts already.

Did you reload your web app?

Error

DisallowedHost at /
    Invalid HTTP_HOST header: 'ctecusa.pythonanywhere.com'. You may need to add 'ctecusa.pythonanywhere.com' to ALLOWED_HOSTS.
    Request Method: GET
    Request URL:    http://ctecusa.pythonanywhere.com/
    Django Version: 3.2
    Exception Type: DisallowedHost
    Exception Value:    
    Invalid HTTP_HOST header: 'ctecusa.pythonanywhere.com'. You may need to add 'ctecusa.pythonanywhere.com' to ALLOWED_HOSTS.
    Exception Location: /home/ctecusa/.virtualenvs/materiales/lib/python3.8/site-packages/django/http/request.py, line 149, in get_host
    Python Executable:  /usr/local/bin/uwsgi
    Python Version: 3.8.10

    #ASI VA MI ARCHIVO SETTING, HE PROBADO AGREGANDO ALTERNATIVAS A ALLOWED_HOST

    # SECURITY WARNING: don't run with debug turned on in production!
    DEBUG = False

    ALLOWED_HOSTS = ['https://ctecusa.pythonanywhere.com','http://ctecusa.pythonanywhere.com','ctecusa.pythonanywhere.com']

I think you have a spelling mistake, it should be ctecusach.pythonanwhere.com. You have ctecusa.pythonanywhere.com

DisallowedHost at / Invalid HTTP_HOST header: 'therukoothu.pythonanywhere.com'. You may need to add 'therukoothu.pythonanywhere.com' to ALLOWED_HOSTS. Request Method: GET Request URL: https://therukoothu.pythonanywhere.com/ Django Version: 4.0.6 Exception Type: DisallowedHost Exception Value:
Invalid HTTP_HOST header: 'therukoothu.pythonanywhere.com'. You may need to add 'therukoothu.pythonanywhere.com' to ALLOWED_HOSTS. Exception Location: /usr/local/lib/python3.10/site-packages/django/http/request.py, line 149, in get_host Python Executable: /usr/local/bin/uwsgi Python Version: 3.10.5 Python Path:
['/var/www', '.', '', '/var/www', '/usr/local/lib/python310.zip', '/usr/local/lib/python3.10', '/usr/local/lib/python3.10/lib-dynload', '/usr/local/lib/python3.10/site-packages', '/home/therukoothu/booking'] Server time: Fri, 29 Mar 2024 16:50:25 +0000 Traceback Switch to copy-and-paste view /usr/local/lib/python3.10/site-packages/django/core/handlers/exception.py, line 55, in inner response = get_response(request) … Local vars /usr/local/lib/python3.10/site-packages/django/utils/deprecation.py, line 133, in call response = self.process_request(request) … Local vars /usr/local/lib/python3.10/site-packages/django/middleware/common.py, line 48, in process_request host = request.get_host() … Local vars /usr/local/lib/python3.10/site-packages/django/http/request.py, line 149, in get_host raise DisallowedHost(msg) … Local vars Request information USER [unable to retrieve the current user]

GET No GET data

POST No POST data

FILES No FILES data

COOKIES No cookie data

META Variable Value CONTENT_LENGTH
'' CONTENT_TYPE
'' DOCUMENT_ROOT
'/usr/local/openresty/nginx/html' HTTPS
'on' HTTP_ACCEPT 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7' HTTP_ACCEPT_ENCODING
'gzip, deflate, br, zstd' HTTP_ACCEPT_LANGUAGE
'en-US,en;q=0.9' HTTP_CONNECTION 'upgrade' HTTP_HOST
'therukoothu.pythonanywhere.com' HTTP_SEC_CH_UA
'"Google Chrome";v="123", "Not:A-Brand";v="8", "Chromium";v="123"' HTTP_SEC_CH_UA_MOBILE
'?0' HTTP_SEC_CH_UA_PLATFORM '"Windows"' HTTP_SEC_FETCH_DEST 'document' HTTP_SEC_FETCH_MODE 'navigate' HTTP_SEC_FETCH_SITE 'cross-site' HTTP_SEC_FETCH_USER '?1' HTTP_UPGRADE_INSECURE_REQUESTS
'1' HTTP_USER_AGENT ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like ' 'Gecko) Chrome/123.0.0.0 Safari/537.36') HTTP_X_FORWARDED_FOR
'157.51.88.195' HTTP_X_REAL_IP
'157.51.88.195' PATH_INFO
'/' QUERY_STRING
'' REMOTE_ADDR '10.0.0.20' REMOTE_PORT '57200' REQUEST_METHOD
'GET' REQUEST_URI '/' SCRIPT_NAME '' SERVER_NAME 'therukoothu.pythonanywhere.com' SERVER_PORT '443' SERVER_PROTOCOL 'HTTP/1.1' uwsgi.node
b'green-liveweb13' uwsgi.version
b'2.0.20' wsgi.errors <uwsgi_file__bin_user_wsgi_wrapper.ErrorLogFile object at 0x7f3169c8a710> wsgi.file_wrapper
<built-in function uwsgi_sendfile> wsgi.input
<uwsgi._Input object at 0x7f3169cb0630> wsgi.multiprocess
False wsgi.multithread
False wsgi.run_once
False wsgi.url_scheme 'https' wsgi.version
(1, 0) Settings Using settings module booking.settings Setting Value ABSOLUTE_URL_OVERRIDES
{} ADMINS
[] ALLOWED_HOSTS
[] APPEND_SLASH
True AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend'] AUTH_PASSWORD_VALIDATORS
'****' AUTH_USER_MODEL 'auth.User' BASE_DIR
PosixPath('/home/therukoothu/booking') CACHES
{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}} CACHE_MIDDLEWARE_ALIAS
'default' CACHE_MIDDLEWARE_KEY_PREFIX '
***' CACHE_MIDDLEWARE_SECONDS
600 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.sqlite3', 'HOST': '', 'NAME': PosixPath('/home/therukoothu/booking/db.sqlite3'), 'OPTIONS': {}, 'PASSWORD': '
**', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': ''}} 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_AUTO_FIELD
'django.db.models.BigAutoField' 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
'webmaster@localhost' 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
['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'online'] 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'), ('ms', 'Malay'), ('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
'' MEDIA_URL
'/' 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'] MIGRATION_MODULES
{} MONTH_DAY_FORMAT
'F j' NUMBER_GROUPING 0 PASSWORD_HASHERS
'
**' PASSWORD_RESET_TIMEOUT
'
**' PREPEND_WWW False ROOT_URLCONF
'booking.urls' SECRET_KEY
'
*****' SECURE_CONTENT_TYPE_NOSNIFF True SECURE_CROSS_ORIGIN_OPENER_POLICY
'same-origin' 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
'root@localhost' 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 'booking.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
['/home/therukoothu/booking/static'] STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder'] STATICFILES_STORAGE 'django.contrib.staticfiles.storage.StaticFilesStorage' STATIC_ROOT PosixPath('/home/therukoothu/booking/productionfiles') STATIC_URL
'/static/' TEMPLATES
[{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], '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_DEPRECATED_PYTZ False 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
'booking.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.

Was there a question you wanted to ask?