TemplateDoesNotExist at /moderation/

pages/moderation.html
Request Method: GET
Request URL: http://ihp-wins.unesco.org/c4w/moderation/
Django Version: 4.2.20
Exception Type: TemplateDoesNotExist
Exception Value:
pages/moderation.html
Exception Location: /usr/local/lib/python3.9/site-packages/django/template/loader.py, line 19, in get_template
Raised during: core_code.views.moderation
Python Executable: /usr/local/bin/python3.9
Python Version: 3.9.23
Python Path:
['/app/src',
 '/usr/local/bin',
 '/usr/local/lib/python39.zip',
 '/usr/local/lib/python3.9',
 '/usr/local/lib/python3.9/lib-dynload',
 '/usr/local/lib/python3.9/site-packages']
Server time: Sat, 02 Aug 2025 13:38:09 +0000

Template-loader postmortem

Django tried loading these templates, in this order:

Using engine django:

Traceback Switch to copy-and-paste view



Request information

USER

AnonymousUser

GET

No GET data

POST

No POST data

FILES

No FILES data

Variable Value
csrftoken
'********************'

META

Variable Value
CSRF_COOKIE
'VAIMoYwtjylj4xBB2VVTSYSXHmagvo6C'
HTTP_ACCEPT
'*/*'
HTTP_ACCEPT_ENCODING
'gzip, br, zstd, deflate'
HTTP_CONNECTION
'close'
HTTP_COOKIE
'********************'
HTTP_HOST
'ihp-wins.unesco.org'
HTTP_REFERER
'https://ihp-wins.unesco.org/c4w/moderation'
HTTP_USER_AGENT
('Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; '
 'ClaudeBot/1.0; +claudebot@anthropic.com)')
HTTP_X_APPGW_TRACE_ID
'3da32c682eca5d8d6df6c456831b76f8'
HTTP_X_FORWARDED_FOR
'216.73.216.155:64908, 10.225.0.5'
HTTP_X_FORWARDED_HOST
'ihp-wins.unesco.org'
HTTP_X_FORWARDED_PATH
'/c4w'
HTTP_X_FORWARDED_PORT
'80'
HTTP_X_FORWARDED_PROTO
'http'
HTTP_X_ORIGINAL_HOST
'ihp-wins.unesco.org'
HTTP_X_ORIGINAL_URL
'/c4w/moderation/'
HTTP_X_REAL_IP
'10.225.0.5'
PATH_INFO
'/moderation/'
QUERY_STRING
''
RAW_URI
'/c4w/moderation/'
REMOTE_ADDR
'10.244.2.18'
REMOTE_PORT
'43192'
REQUEST_METHOD
'GET'
SCRIPT_NAME
'/c4w'
SERVER_NAME
'0.0.0.0'
SERVER_PORT
'8000'
SERVER_PROTOCOL
'HTTP/1.0'
SERVER_SOFTWARE
'gunicorn/23.0.0'
gunicorn.socket
<socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('10.244.2.17', 8000), raddr=('10.244.2.18', 43192)>
werkzeug.debug.preserve_context
<built-in method append of list object at 0x7f8945f8e0c0>
werkzeug.request
<Request 'http://ihp-wins.unesco.org/c4w/moderation/' [GET]>
wsgi.errors
<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7f89476f4a90>
wsgi.file_wrapper
<class 'gunicorn.http.wsgi.FileWrapper'>
wsgi.input
<gunicorn.http.body.Body object at 0x7f89460342b0>
wsgi.input_terminated
True
wsgi.multiprocess
True
wsgi.multithread
False
wsgi.run_once
False
wsgi.url_scheme
'http'
wsgi.version
(1, 0)

Settings

Using settings module core_code.settings.citizens4water

Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ACTIVATION_URL
'/c4w/activate/'
ADMINS
[]
ALLOWED_HOSTS
['localhost',
 '127.0.0.1',
 'c4w-nginx',
 'citizens4water.local',
 'data.dev-wins.com',
 'ihp-wins.unesco.org']
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
('themes.citizens4water.backends.ckanlogin.CKANRemoteAuthBackend',
 'django.contrib.auth.backends.ModelBackend')
AUTH_PASSWORD_VALIDATORS
'********************'
AUTH_USER_MODEL
'authtools.User'
BASE_DIR
PosixPath('/app/src')
CACHES
{'default': {'BACKEND': 'django_redis.cache.RedisCache',
             'LOCATION': 'redis://c4w-redis:6379/1',
             'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}},
 'select2': {'BACKEND': 'django_redis.cache.RedisCache',
             'LOCATION': 'redis://c4w-redis:6379/2',
             'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}}
CACHE_MIDDLEWARE_ALIAS
'default'
CACHE_MIDDLEWARE_KEY_PREFIX
'********************'
CACHE_MIDDLEWARE_SECONDS
600
CKEDITOR_5_CONFIGS
{'default': {'toolbar': ['heading',
                         '|',
                         'bold',
                         'italic',
                         'link',
                         'bulletedList',
                         'numberedList',
                         'blockQuote',
                         'imageUpload']},
 'extends': {'blockToolbar': ['paragraph',
                              'heading1',
                              'heading2',
                              'heading3',
                              '|',
                              'bulletedList',
                              'numberedList',
                              '|',
                              'blockQuote'],
             'heading': {'options': [{'class': 'ck-heading_paragraph',
                                      'model': 'paragraph',
                                      'title': 'Paragraph'},
                                     {'class': 'ck-heading_heading1',
                                      'model': 'heading1',
                                      'title': 'Heading 1',
                                      'view': 'h1'},
                                     {'class': 'ck-heading_heading2',
                                      'model': 'heading2',
                                      'title': 'Heading 2',
                                      'view': 'h2'},
                                     {'class': 'ck-heading_heading3',
                                      'model': 'heading3',
                                      'title': 'Heading 3',
                                      'view': 'h3'}]},
             'image': {'styles': ['full',
                                  'side',
                                  'alignLeft',
                                  'alignRight',
                                  'alignCenter'],
                       'toolbar': ['imageTextAlternative',
                                   '|',
                                   'imageStyle:alignLeft',
                                   'imageStyle:alignRight',
                                   'imageStyle:alignCenter',
                                   'imageStyle:side',
                                   '|']},
             'table': {'contentToolbar': ['tableColumn',
                                          'tableRow',
                                          'mergeTableCells',
                                          'tableProperties',
                                          'tableCellProperties'],
                       'tableCellProperties': {'backgroundColors': [{'color': 'hsl(4, '
                                                                              '90%, '
                                                                              '58%)',
                                                                     'label': 'Red'},
                                                                    {'color': 'hsl(340, '
                                                                              '82%, '
                                                                              '52%)',
                                                                     'label': 'Pink'},
                                                                    {'color': 'hsl(291, '
                                                                              '64%, '
                                                                              '42%)',
                                                                     'label': 'Purple'},
                                                                    {'color': 'hsl(262, '
                                                                              '52%, '
                                                                              '47%)',
                                                                     'label': 'Deep '
                                                                              'Purple'},
                                                                    {'color': 'hsl(231, '
                                                                              '48%, '
                                                                              '48%)',
                                                                     'label': 'Indigo'},
                                                                    {'color': 'hsl(207, '
                                                                              '90%, '
                                                                              '54%)',
                                                                     'label': 'Blue'}],
                                               'borderColors': [{'color': 'hsl(4, '
                                                                          '90%, '
                                                                          '58%)',
                                                                 'label': 'Red'},
                                                                {'color': 'hsl(340, '
                                                                          '82%, '
                                                                          '52%)',
                                                                 'label': 'Pink'},
                                                                {'color': 'hsl(291, '
                                                                          '64%, '
                                                                          '42%)',
                                                                 'label': 'Purple'},
                                                                {'color': 'hsl(262, '
                                                                          '52%, '
                                                                          '47%)',
                                                                 'label': 'Deep '
                                                                          'Purple'},
                                                                {'color': 'hsl(231, '
                                                                          '48%, '
                                                                          '48%)',
                                                                 'label': 'Indigo'},
                                                                {'color': 'hsl(207, '
                                                                          '90%, '
                                                                          '54%)',
                                                                 'label': 'Blue'}]},
                       'tableProperties': {'backgroundColors': [{'color': 'hsl(4, '
                                                                          '90%, '
                                                                          '58%)',
                                                                 'label': 'Red'},
                                                                {'color': 'hsl(340, '
                                                                          '82%, '
                                                                          '52%)',
                                                                 'label': 'Pink'},
                                                                {'color': 'hsl(291, '
                                                                          '64%, '
                                                                          '42%)',
                                                                 'label': 'Purple'},
                                                                {'color': 'hsl(262, '
                                                                          '52%, '
                                                                          '47%)',
                                                                 'label': 'Deep '
                                                                          'Purple'},
                                                                {'color': 'hsl(231, '
                                                                          '48%, '
                                                                          '48%)',
                                                                 'label': 'Indigo'},
                                                                {'color': 'hsl(207, '
                                                                          '90%, '
                                                                          '54%)',
                                                                 'label': 'Blue'}],
                                           'borderColors': [{'color': 'hsl(4, '
                                                                      '90%, '
                                                                      '58%)',
                                                             'label': 'Red'},
                                                            {'color': 'hsl(340, '
                                                                      '82%, '
                                                                      '52%)',
                                                             'label': 'Pink'},
                                                            {'color': 'hsl(291, '
                                                                      '64%, '
                                                                      '42%)',
                                                             'label': 'Purple'},
                                                            {'color': 'hsl(262, '
                                                                      '52%, '
                                                                      '47%)',
                                                             'label': 'Deep '
                                                                      'Purple'},
                                                            {'color': 'hsl(231, '
                                                                      '48%, '
                                                                      '48%)',
                                                             'label': 'Indigo'},
                                                            {'color': 'hsl(207, '
                                                                      '90%, '
                                                                      '54%)',
                                                             'label': 'Blue'}]}},
             'toolbar': ['heading',
                         '|',
                         'outdent',
                         'indent',
                         '|',
                         'bold',
                         'italic',
                         'link',
                         'underline',
                         'strikethrough',
                         'code',
                         'subscript',
                         'superscript',
                         'highlight',
                         '|',
                         'codeBlock',
                         'sourceEditing',
                         'insertImage',
                         'bulletedList',
                         'numberedList',
                         'todoList',
                         '|',
                         'blockQuote',
                         'imageUpload',
                         '|',
                         'fontSize',
                         'fontFamily',
                         'fontColor',
                         'fontBackgroundColor',
                         'mediaEmbed',
                         'removeFormat',
                         'insertTable']},
 'list': {'properties': {'reversed': 'true',
                         'startIndex': 'true',
                         'styles': 'true'}}}
CKEDITOR_BASEPATH
'/static/ckeditor/ckeditor/'
CKEDITOR_REQUIRE_STAFF
False
CKEDITOR_UPLOAD_PATH
'uploads/'
CONFIRMATION_EMAIL_SUBJECT
'Welcome to Citizens4Water!'
CRISPY_ALLOWED_TEMPLATE_PACKS
['bootstrap5']
CRISPY_TEMPLATE_PACK
'bootstrap5'
CRONJOBS
[('0 1 * * *', 'core_code.cron.ExpiredUsersCronJob'),
 ('0 * * * *', 'core_code.cron.NewForumResponseCronJob')]
CRON_CLASSES
['core_code.cron.ExpiredUsersCronJob', 'core_code.cron.NewForumResponseCronJob']
CSRF_COOKIE_AGE
31449600
CSRF_COOKIE_DOMAIN
None
CSRF_COOKIE_HTTPONLY
False
CSRF_COOKIE_MASKED
False
CSRF_COOKIE_NAME
'csrftoken'
CSRF_COOKIE_PATH
'/'
CSRF_COOKIE_SAMESITE
'Lax'
CSRF_COOKIE_SECURE
True
CSRF_FAILURE_VIEW
'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME
'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS
['http://localhost',
 'http://localhost:30080',
 'http://127.0.0.1',
 'https://data.dev-wins.com',
 'http://ihp-wins.unesco.org',
 'https://ihp-wins.unesco.org']
CSRF_USE_SESSIONS
False
DATABASES
{'default': {'ATOMIC_REQUESTS': False,
             'AUTOCOMMIT': True,
             'CONN_HEALTH_CHECKS': False,
             'CONN_MAX_AGE': 0,
             'ENGINE': 'django.contrib.gis.db.backends.postgis',
             'HOST': 'c4w-postgres',
             'NAME': 'citizens4water',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': '5432',
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIGRATE': True,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'citizens4water'}}
DATABASE_ROUTERS
[]
DATA_UPLOAD_MAX_MEMORY_SIZE
2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS
1000
DATA_UPLOAD_MAX_NUMBER_FILES
100
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.AutoField'
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
'info@citizens4water.org'
DEFAULT_INDEX_TABLESPACE
''
DEFAULT_TABLESPACE
''
DISALLOWED_USER_AGENTS
[]
DJOSER
{'EMAIL': {'activation': 'accounts.views.ActivationEmail',
           'confirmation': 'accounts.views.ConfirmationEmail',
           'password_reset': '********************'},
 'PASSWORD_RESET_CONFIRM_URL': '********************',
 'SEND_ACTIVATION_EMAIL': True}
EMAIL_ACTIVATION_SUBJECT
'Activate your account'
EMAIL_BACKEND
'themes.citizens4water.custom_email_backend.CustomEmailBackend'
EMAIL_CONTACT_RECIPIENT_LIST
['jbarba@ibercivis.es', 'info@citizens4water.org']
EMAIL_HOST
'smtp-auth.mailprotect.be'
EMAIL_HOST_PASSWORD
'********************'
EMAIL_HOST_USER
'info@citizens4water.org'
EMAIL_PASSWORD_RESET_SUBJECT
'********************'
EMAIL_PORT
465
EMAIL_RECIPIENT_LIST
['jbarba@ibercivis.es', 'info@citizens4water.org']
EMAIL_SSL_CERTFILE
None
EMAIL_SSL_KEYFILE
'********************'
EMAIL_SUBJECT_PREFIX
'[Django] '
EMAIL_TIMEOUT
None
EMAIL_USE_LOCALTIME
False
EMAIL_USE_SSL
True
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
'/c4w'
FORMAT_MODULE_PATH
None
FORM_RENDERER
'django.forms.renderers.DjangoTemplates'
GEOLOCATOR_USER_AGENT
'eu-citizen-science-platform'
GRAPH_MODELS
{'all_applications': True, 'group_models': True}
HOST
'https://data.dev-wins.com'
IGNORABLE_404_URLS
[]
INSTALLED_APPS
['modeltranslation',
 'django.contrib.auth',
 'django.contrib.admin',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'authtools',
 'crispy_forms',
 'crispy_bootstrap5',
 'easy_thumbnails',
 'core_code',
 'profiles',
 'accounts',
 'projects',
 'resources',
 'digest',
 'platforms',
 'django_select2',
 'blog',
 'pages',
 'django_summernote',
 'leaflet',
 'django_countries',
 'authors',
 'contact',
 'reviews',
 'django.contrib.sites',
 'cookielaw',
 'events',
 'rest_framework',
 'rest_framework.authtoken',
 'djoser',
 'rest_framework_swagger',
 'oidc_provider',
 'drf_yasg',
 'django_recaptcha',
 'active_link',
 'oauth2_provider',
 'django.contrib.gis',
 'organisations',
 'django_cron',
 'django_crontab',
 'ckeditor',
 'ckeditor_uploader',
 'django_ckeditor_5',
 'fontawesomefree',
 'django_extensions']
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'),
 ('ckb', 'Central Kurdish (Sorani)'),
 ('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', 'ckb', 'fa', 'ur']
LANGUAGE_CODE
'en'
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
['/app/src/locale']
LOGGING
{}
LOGGING_CONFIG
'logging.config.dictConfig'
LOGIN_REDIRECT_URL
'/c4w/'
LOGIN_URL
'/c4w/login/'
LOGOUT_REDIRECT_URL
None
LOGOUT_URL
'rest_framework:logout'
MANAGERS
[]
MEDIA_ROOT
PosixPath('/app/src/media')
MEDIA_URL
'/c4w/media/'
MESSAGE_STORAGE
'django.contrib.messages.storage.fallback.FallbackStorage'
MESSAGE_TAGS
{10: 'alert-secondary',
 20: 'alert-info',
 25: 'alert-success',
 30: 'alert-warning',
 40: 'alert-danger'}
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',
 'django.middleware.locale.LocaleMiddleware',
 'core_code.middleware.TopBarMiddleware',
 'core_code.middleware.FooterMiddleware',
 'core_code.middleware_url_fix.HardcodedUrlPrefixMiddleware',
 'social_django.middleware.SocialAuthExceptionMiddleware',
 'themes.netherlands.middleware.ForceDefaultLanguageMiddleware']
MIGRATION_MODULES
{}
MODELTRANSLATION_DEFAULT_LANGUAGE
'en'
MODELTRANSLATION_LANGUAGES
('en',)
MONTH_DAY_FORMAT
'F j'
NUMBER_GROUPING
0
OIDC_SESSION_MANAGEMENT_ENABLE
True
OIDC_USERINFO
'core_code.oidc_provider_settings.userinfo'
ORGANISATION_SUBMISSION_SUBJECT
'Your organisation profile has been submitted!'
PASSWORD_HASHERS
'********************'
PASSWORD_RESET_CONFIRM_URL
'********************'
PASSWORD_RESET_TIMEOUT
'********************'
PLATFORM_NAME
'Citizens4Water'
PLATFORM_SUBMISSION_SUBJECT
"Your platform '{platform_name}' has been submitted!"
PREPEND_WWW
False
PROJECT_APPROVAL_SUBJECT
"Your project '{project_name}' has been approved!"
PROJECT_FOLLOWED_SUBJECT
"Your project '{project_name}' has been followed!"
PROJECT_SUBMISSION_SUBJECT
"Your project '{project_name}' has been submitted!"
RECAPTCHA_PRIVATE_KEY
'********************'
RECAPTCHA_PUBLIC_KEY
'********************'
REDIS_HOST
'c4w-redis'
REDIS_PORT
'6379'
REQUIRE_ALL_LANGUAGES
False
RESOURCE_ADDED_TO_LIBRARY_SUBJECT
"Your resource '{resource_name}' has been added to a library!"
RESOURCE_APPROVED_SUBJECT
"Your resource '{resource_name}' has been approved!"
RESOURCE_REVIEW_RECEIVED_SUBJECT
"Your resource '{resource_name}' has received a review!"
RESOURCE_SUBMITTED_SUBJECT
"Your resource '{resource_name}' has been submitted!"
REST_FRAMEWORK
{'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.TokenAuthentication',
                                    'rest_framework.authentication.SessionAuthentication'),
 'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'}
REVIEW_PUBLISH_UNMODERATED
True
ROOT_URLCONF
'core_code.urls'
SECRET_KEY
'********************'
SECRET_KEY_FALLBACKS
'********************'
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
SELECT2_CACHE_BACKEND
'select2'
SELECT2_CACHE_PREFIX
'select2_'
SELECT2_CSS
['admin/css/vendor/select2/select2.min.css']
SELECT2_I18N_AVAILABLE_LANGUAGES
['ar',
 'az',
 'bg',
 'ca',
 'cs',
 'da',
 'de',
 'el',
 'en',
 'es',
 'et',
 'eu',
 'fa',
 'fi',
 'fr',
 'gl',
 'he',
 'hi',
 'hr',
 'hu',
 'id',
 'is',
 'it',
 'ja',
 'km',
 'ko',
 'lt',
 'lv',
 'mk',
 'ms',
 'nb',
 'nl',
 'pl',
 'pt-BR',
 'pt',
 'ro',
 'ru',
 'sk',
 'sr-Cyrl',
 'sr',
 'sv',
 'th',
 'tr',
 'uk',
 'vi',
 'zh-CN',
 'zh-TW']
SELECT2_I18N_PATH
'admin/js/vendor/select2/i18n'
SELECT2_JS
['admin/js/vendor/select2/select2.full.min.js']
SELECT2_JSON_ENCODER
'django.core.serializers.json.DjangoJSONEncoder'
SELECT2_THEME
'default'
SELECT2_URL
'select2/'
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
True
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
'core_code.settings.citizens4water'
SHORT_DATETIME_FORMAT
'm/d/Y P'
SHORT_DATE_FORMAT
'm/d/Y'
SHOW_EXPAND_SEARCH_LINK
True
SIGNING_BACKEND
'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS
[]
SITE_ID
1
SOCIAL_AUTH_JOGL_KEY
'********************'
SOCIAL_AUTH_JOGL_SECRET
'********************'
SOCIAL_AUTH_PIPELINE
('social_core.pipeline.social_auth.social_details',
 'social_core.pipeline.social_auth.social_uid',
 'social_core.pipeline.social_auth.auth_allowed',
 'social_core.pipeline.social_auth.social_user',
 'social_core.pipeline.user.get_username',
 'social_core.pipeline.user.create_user',
 'themes.netherlands.auth.pipeline.create_or_update_profile',
 'social_core.pipeline.social_auth.associate_user',
 'social_core.pipeline.social_auth.load_extra_data',
 'social_core.pipeline.user.user_details')
STATICFILES_DIRS
['/app/src/themes/citizens4water/static']
STATICFILES_FINDERS
['django.contrib.staticfiles.finders.FileSystemFinder',
 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE
'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT
PosixPath('/app/src/staticfiles')
STATIC_URL
'/c4w/static/'
STATIC_VERSION
'1.3'
STORAGES
{'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'},
 'staticfiles': {'BACKEND': 'django.contrib.staticfiles.storage.StaticFilesStorage'}}
TEMPLATES
[{'APP_DIRS': True,
  'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': ['/app/src/themes/citizens4water/templates',
           '/app/src/templates',
           '/app/src/blog/templates/blog',
           '/app/src/pages/templates/pages',
           '/app/src/projects/templates/projects',
           '/app/src/resources/templates/resources',
           '/app/src/events/templates/events',
           '/app/src/digest/templates/digest',
           '/app/src/platforms/templates/platforms',
           '/app/src/authors/templates/authors',
           '/app/src/contact/templates/contact',
           '/app/src/organisations/templates/organisations'],
  'OPTIONS': {'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',
                                     'django.template.context_processors.request',
                                     'social_django.context_processors.backends',
                                     'social_django.context_processors.login_redirect',
                                     'core_code.context_processors.global_settings',
                                     'core_code.context_processors.static_version',
                                     'core_code.context_processors.theme',
                                     'core_code.context_processors.platform_name',
                                     'core_code.context_processors.use_c4w_prefix']}}]
TEST_NON_SERIALIZED_APPS
[]
TEST_RUNNER
'django.test.runner.DiscoverRunner'
THEME
'citizens4water'
THEMEDIRSTATIC
'/app/src/themes/citizens4water/static'
THOUSAND_SEPARATOR
','
TIME_FORMAT
'P'
TIME_INPUT_FORMATS
['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE
'UTC'
TRAINING_RESOURCE_ADDED_TO_LIBRARY_SUBJECT
"Your training resource '{resource_name}' has been added to a library!"
TRAINING_RESOURCE_APPROVED_SUBJECT
"Your training resource '{resource_name}' has been approved!"
TRAINING_RESOURCE_REVIEW_RECEIVED_SUBJECT
"Your training resource '{resource_name}' has received a review!"
TRAINING_RESOURCE_SUBMITTED_SUBJECT
"Your training resource '{resource_name}' has been submitted!"
TRANSLATED_LANGUAGES
(('en', 'English'),)
USER_AGENT
'eu-citizen.science (info@ibercivis.es)'
USE_C4W_PREFIX
True
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
'core_code.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.