TemplateDoesNotExist at /moderation/

pages/moderation.html
Request Method: GET
Request URL: https://citizenscience.nl/moderation/
Django Version: 3.2.23
Exception Type: TemplateDoesNotExist
Exception Value:
pages/moderation.html
Exception Location: /home/ubuntu/CS-NL/venv/lib/python3.12/site-packages/django/template/loader.py, line 19, in get_template
Python Executable: /home/ubuntu/CS-NL/venv/bin/python3
Python Version: 3.12.3
Python Path:
['/home/ubuntu/CS-NL/src',
 '/home/ubuntu/CS-NL/venv/bin',
 '/usr/lib/python312.zip',
 '/usr/lib/python3.12',
 '/usr/lib/python3.12/lib-dynload',
 '/home/ubuntu/CS-NL/venv/lib/python3.12/site-packages',
 '/home/ubuntu/CS-NL/venv/lib/python3.12/site-packages/setuptools/_vendor']
Server time: Wed, 22 Jan 2025 04:31:34 +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

No cookie data

META

Variable Value
HTTP_ACCEPT
'*/*'
HTTP_ACCEPT_ENCODING
'gzip, br, zstd, deflate'
HTTP_CONNECTION
'upgrade'
HTTP_HOST
'citizenscience.nl'
HTTP_REFERER
'https://citizenscience.nl/moderation'
HTTP_USER_AGENT
('Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; '
 'ClaudeBot/1.0; +claudebot@anthropic.com)')
HTTP_X_FORWARDED_FOR
'18.222.118.188'
HTTP_X_FORWARDED_PROTO
'https'
HTTP_X_REAL_IP
'18.222.118.188'
PATH_INFO
'/moderation/'
QUERY_STRING
''
RAW_URI
'/moderation/'
REMOTE_ADDR
''
REQUEST_METHOD
'GET'
SCRIPT_NAME
''
SERVER_NAME
'citizenscience.nl'
SERVER_PORT
'443'
SERVER_PROTOCOL
'HTTP/1.1'
SERVER_SOFTWARE
'gunicorn/23.0.0'
gunicorn.socket
<socket.socket fd=10, family=1, type=1, proto=0, laddr=/home/ubuntu/CS-NL/src/gunicorn.sock>
werkzeug.debug.preserve_context
<built-in method append of list object at 0x7ed67f9a5040>
werkzeug.request
<Request 'https://citizenscience.nl/moderation/' [GET]>
wsgi.errors
<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7ed67f986bc0>
wsgi.file_wrapper
<class 'gunicorn.http.wsgi.FileWrapper'>
wsgi.input
<gunicorn.http.body.Body object at 0x7ed67f984f20>
wsgi.input_terminated
True
wsgi.multiprocess
True
wsgi.multithread
False
wsgi.run_once
False
wsgi.url_scheme
'https'
wsgi.version
(1, 0)

Settings

Using settings module eucs_platform.settings.production

Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ACTIVATION_URL
'/activate/'
ADMINS
[]
ALLOWED_HOSTS
['*']
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
('accounts.backends.jogl.JOGLAuth', 'django.contrib.auth.backends.ModelBackend')
AUTH_PASSWORD_VALIDATORS
'********************'
AUTH_USER_MODEL
'authtools.User'
AWS_ACCESS_KEY_ID
'********************'
AWS_SECRET_ACCESS_KEY
'********************'
AWS_SES_REGION_ENDPOINT
'email.eu-central-1.amazonaws.com'
AWS_SES_REGION_NAME
'eu-central-1'
BASE_DIR
PosixPath('/home/ubuntu/CS-NL/src')
CACHES
{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'},
 'select2': {'BACKEND': 'django_redis.cache.RedisCache',
             'LOCATION': 'redis://127.0.0.1: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_CONFIGS
{'default': {'toolbar': 'default_custom',
             'toolbar_default_custom': [{'items': ['Bold',
                                                   'Italic',
                                                   'Underline',
                                                   'Strike',
                                                   'Subscript',
                                                   'Superscript',
                                                   '-',
                                                   'RemoveFormat'],
                                         'name': 'basicstyles'},
                                        {'items': ['NumberedList',
                                                   'BulletedList',
                                                   '-',
                                                   'Outdent',
                                                   'Indent',
                                                   '-',
                                                   'Blockquote',
                                                   'CreateDiv',
                                                   '-',
                                                   'JustifyLeft',
                                                   'JustifyCenter',
                                                   'JustifyRight',
                                                   'JustifyBlock',
                                                   '-',
                                                   'BidiLtr',
                                                   'BidiRtl',
                                                   'Language'],
                                         'name': 'paragraph'},
                                        {'items': ['Link', 'Unlink', 'Anchor'],
                                         'name': 'links'},
                                        {'items': ['Image'], 'name': 'insert'},
                                        '/',
                                        {'items': ['Styles',
                                                   'Format',
                                                   'FontSize'],
                                         'name': 'styles'},
                                        {'items': ['TextColor', 'BGColor'],
                                         'name': 'colors'}]},
 'frontpage': {'toolbar': 'Custom',
               'toolbar_Custom': [['Bold', 'Italic', 'Underline'],
                                  ['NumberedList',
                                   'BulletedList',
                                   '-',
                                   'Outdent',
                                   'Indent',
                                   '-',
                                   'JustifyLeft',
                                   'JustifyCenter',
                                   'JustifyRight',
                                   'JustifyBlock'],
                                  ['Link', 'Unlink'],
                                  ['RemoveFormat']]}}
CKEDITOR_REQUIRE_STAFF
False
CKEDITOR_UPLOAD_PATH
'uploads/'
CRISPY_TEMPLATE_PACK
'bootstrap3'
CRONJOBS
[('0 1 * * *', 'eucs_platform.cron.ExpiredUsersCronJob'),
 ('0 * * * *', 'eucs_platform.cron.NewForumResponseCronJob')]
CRON_CLASSES
['eucs_platform.cron.ExpiredUsersCronJob',
 'eucs_platform.cron.NewForumResponseCronJob']
CSRF_COOKIE_AGE
31449600
CSRF_COOKIE_DOMAIN
None
CSRF_COOKIE_HTTPONLY
True
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
['https://citizenscience.nl',
 'https://citizenscience.nl:10003',
 'http://citizenscience.nl',
 'http://citizenscience.nl:10003']
CSRF_USE_SESSIONS
False
DATABASES
{'default': {'ATOMIC_REQUESTS': False,
             'AUTOCOMMIT': True,
             'CONN_MAX_AGE': 0,
             'ENGINE': 'django.contrib.gis.db.backends.postgis',
             'HOST': 'localhost',
             'NAME': 'nlcs_db',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': '5432',
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIGRATE': True,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'nlcs_db'}}
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
'cs-nl@ibercivis.es'
DEFAULT_HASHING_ALGORITHM
'sha256'
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_BACKEND
'django_ses.SESBackend'
EMAIL_CONTACT_RECIPIENT_LIST
['frasanz@bifi.es',
 'jbarba@ibercivis.es',
 'anouk@cs-nl.network',
 'sumeyye@cs-nl.network',
 'maya@cs-nl.network',
 'margaret@cs-nl.network ']
EMAIL_ECSA_ADMIN
['frasanz@ibercivis.es']
EMAIL_HOST
'localhost'
EMAIL_HOST_PASSWORD
'********************'
EMAIL_HOST_USER
''
EMAIL_PORT
25
EMAIL_RECIPIENT_LIST
['frasanz@bifi.es',
 'jbarba@ibercivis.es',
 'anouk@cs-nl.network',
 'sumeyye@cs-nl.network',
 'maya@cs-nl.network',
 'margaret@cs-nl.network ']
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'
GRAPH_MODELS
{'all_applications': True, 'group_models': True}
HOST
'https://citizenscience.nl'
IGNORABLE_404_URLS
[]
INSTALLED_APPS
('modeltranslation',
 'eucitizensciencetheme',
 'django.contrib.auth',
 'django.contrib.admin',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'authtools',
 'crispy_forms',
 'easy_thumbnails',
 'profiles',
 'accounts',
 'projects',
 'resources',
 'digest',
 'platforms',
 'django_select2',
 'blog',
 'pages',
 'django_summernote',
 'leaflet',
 'django_countries',
 'authors',
 'contact',
 'reviews',
 'ecsa_integration',
 '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',
 'social_django',
 'organisations',
 'django_cron',
 'django_crontab',
 'ckeditor',
 'ckeditor_uploader',
 'django_ckeditor_5',
 'fontawesomefree')
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
'nl'
LANGUAGE_CODES
['en', 'nl']
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
LEAFLET_CONFIG
{'DEFAULT_CENTER': (40.0, -3.0),
 'DEFAULT_ZOOM': 2,
 'MAX_ZOOM': 18,
 'MIN_ZOOM': 2,
 'RESET_VIEW': False}
LOCALE_PATHS
['/home/ubuntu/CS-NL/src/locale']
LOGFILE_ROOT
PosixPath('/home/ubuntu/CS-NL/logs')
LOGGING
{'disable_existing_loggers': False,
 'formatters': {'simple': {'format': '%(levelname)s %(message)s'},
                'verbose': {'datefmt': '%d/%b/%Y %H:%M:%S',
                            'format': '[%(asctime)s] %(levelname)s '
                                      '[%(pathname)s:%(lineno)s] %(message)s'}},
 'handlers': {'console': {'class': 'logging.StreamHandler',
                          'formatter': 'simple',
                          'level': 'DEBUG'},
              'proj_log_file': {'class': 'logging.FileHandler',
                                'filename': '/home/ubuntu/CS-NL/logs/project.log',
                                'formatter': 'verbose',
                                'level': 'DEBUG'},
              'social_log_file': {'class': 'logging.FileHandler',
                                  'filename': '/home/ubuntu/CS-NL/logs/social.log',
                                  'formatter': 'verbose',
                                  'level': 'DEBUG'}},
 'loggers': {'project': {'handlers': ['proj_log_file'], 'level': 'DEBUG'}},
 'version': 1}
LOGGING_CONFIG
None
LOGIN_REDIRECT_URL
'/'
LOGIN_URL
'/login/'
LOGOUT_REDIRECT_URL
None
LOGOUT_URL
'rest_framework:logout'
MANAGERS
[]
MEDIA_ROOT
'/home/ubuntu/CS-NL/src/media'
MEDIA_URL
'/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',
 'social_django.middleware.SocialAuthExceptionMiddleware',
 'eucitizensciencetheme.middleware.TopBarMiddleware',
 'eucitizensciencetheme.middleware.FooterMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'themes.netherlands.middleware.ForceDefaultLanguageMiddleware']
MIGRATION_MODULES
{}
MODELTRANSLATION_DEFAULT_LANGUAGE
'nl'
MODELTRANSLATION_LANGUAGES
('en', 'nl')
MONTH_DAY_FORMAT
'F j'
NUMBER_GROUPING
0
OIDC_SESSION_MANAGEMENT_ENABLE
True
OIDC_USERINFO
'eucs_platform.oidc_provider_settings.userinfo'
PASSWORD_HASHERS
'********************'
PASSWORD_RESET_CONFIRM_URL
'********************'
PASSWORD_RESET_TIMEOUT
'********************'
PASSWORD_RESET_TIMEOUT_DAYS
'********************'
PLATFORM_NAME
'NL-CS'
PREPEND_WWW
False
RECAPTCHA_PRIVATE_KEY
'********************'
RECAPTCHA_PUBLIC_KEY
'********************'
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
'eucs_platform.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
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'
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
'eucs_platform.settings.production'
SHORT_DATETIME_FORMAT
'm/d/Y P'
SHORT_DATE_FORMAT
'm/d/Y'
SIGNING_BACKEND
'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS
[]
SITE_ID
1
SOCIAL_AUTH_JOGL_AUTHORIZATION_URL
'https://jogl-dev-auth.azurewebsites.net/connect/authorize'
SOCIAL_AUTH_JOGL_KEY
'********************'
SOCIAL_AUTH_JOGL_SECRET
'********************'
SOCIAL_AUTH_NEW_USER_REDIRECT_URL
'/users/me/edit/'
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',
 'accounts.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')
SOCIAL_AUTH_REDIRECT_URI
'https://citizenscience.nl/oauth2/complete/jogl/'
SOCIAL_AUTH_SANITY_CHECK_REDIRECTS
False
STATICFILES_DIRS
['/home/ubuntu/CS-NL/src/static',
 '/home/ubuntu/CS-NL/src/eucitizensciencetheme_nederland/static']
STATICFILES_FINDERS
['django.contrib.staticfiles.finders.FileSystemFinder',
 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE
'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT
'/home/ubuntu/CS-NL/site/static'
STATIC_URL
'/static/'
STATIC_VERSION
'1.3'
SUMMERNOTE_CONFIG
{'base_css': ('//stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css',),
 'base_js': ('//code.jquery.com/jquery-3.5.1.min.js',
             '//stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js'),
 'default_css': ('summernote/summernote-bs4.min.css',
                 'summernote/django_summernote.css'),
 'default_js': ('summernote/jquery.ui.widget.js',
                'summernote/jquery.iframe-transport.js',
                'summernote/jquery.fileupload.js',
                'summernote/summernote-bs4.min.js',
                'summernote/ResizeSensor.js'),
 'iframe': True,
 'summernote': {'airMode': False,
                'height': '500',
                'lang': None,
                'toolbar': [['style', ['style']],
                            ['font',
                             ['bold',
                              'italic',
                              'underline',
                              'superscript',
                              'subscript',
                              'strikethrough',
                              'clear']],
                            ['fontname', ['fontname']],
                            ['fontsize', ['fontsize']],
                            ['color', ['color']],
                            ['para', ['ul', 'ol', 'paragraph']],
                            ['height', ['height']],
                            ['table', ['table']],
                            ['insert', ['link', 'picture', 'video', 'hr']],
                            ['view', ['fullscreen', 'codeview']],
                            ['help', ['help']]],
                'width': '100%'}}
SUMMERNOTE_THEME
'bs4'
TEMPLATES
[{'APP_DIRS': False,
  'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': ['/home/ubuntu/CS-NL/src/templates',
           '/home/ubuntu/CS-NL/src/themes/netherlands/templates'],
  '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',
                                     'eucs_platform.context_processors.global_settings',
                                     'eucs_platform.context_processors.static_version',
                                     'eucs_platform.context_processors.theme'],
              'loaders': [('django.template.loaders.cached.Loader',
                           ['django.template.loaders.filesystem.Loader',
                            'django.template.loaders.app_directories.Loader'])]}}]
TEMPLATE_DEBUG
False
TEST_NON_SERIALIZED_APPS
[]
TEST_RUNNER
'django.test.runner.DiscoverRunner'
THEME
'netherlands'
THEMEDIRSTATIC
'/home/ubuntu/CS-NL/src/eucitizensciencetheme_nederland/static'
THOUSAND_SEPARATOR
','
THUMBNAIL_DEBUG
True
THUMBNAIL_EXTENSION
'png'
TIME_FORMAT
'P'
TIME_INPUT_FORMATS
['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE
'UTC'
TRANSLATED_LANGUAGES
(('nl', 'Dutch'), ('en', 'English'))
USER_AGENT
'eu-citizen.science (info@ibercivis.es)'
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
'eucs_platform.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.