TemplateSyntaxError at /jocuri/492/

'django_markdown' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_urls
bs_pagination
cache
context_menu_tags
cotizatie_tags
crispy_forms_field
crispy_forms_filters
crispy_forms_tags
crispy_forms_utils
customfield_tags
debugger_tags
highlighting
i18n
indent_text
jocuri_utils
l10n
leaflet_tags
log
pagination_tags
photologue_tags
qr_code
qr_tags
rest_framework
static
string_filters
syntax_color
tab_tags
table_block_tags
tz
wagtailadmin_tags
wagtailcore_tags
wagtailembeds_tags
wagtailimages_tags
wagtailsnippets_admin_tags
wagtailuserbar
wagtailusers_tags
widont
yarn
Request Method: GET
Request URL: http://scoutfile.albascout.ro/jocuri/492/
Django Version: 4.1.7
Exception Type: TemplateSyntaxError
Exception Value:
'django_markdown' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_urls
bs_pagination
cache
context_menu_tags
cotizatie_tags
crispy_forms_field
crispy_forms_filters
crispy_forms_tags
crispy_forms_utils
customfield_tags
debugger_tags
highlighting
i18n
indent_text
jocuri_utils
l10n
leaflet_tags
log
pagination_tags
photologue_tags
qr_code
qr_tags
rest_framework
static
string_filters
syntax_color
tab_tags
table_block_tags
tz
wagtailadmin_tags
wagtailcore_tags
wagtailembeds_tags
wagtailimages_tags
wagtailsnippets_admin_tags
wagtailuserbar
wagtailusers_tags
widont
yarn
Exception Location: /var/app/scoutfile-prod/.venv/lib/python3.10/site-packages/django/template/defaulttags.py, line 1028, in find_library
Raised during: jocuri.views.ActivitateDetail
Python Executable: /var/app/scoutfile-prod/.venv/bin/python
Python Version: 3.10.12
Python Path:
['/',
 '/var/app/scoutfile-prod/web',
 '/',
 '/var/app/scoutfile-prod/.venv/bin',
 '/usr/lib/python310.zip',
 '/usr/lib/python3.10',
 '/usr/lib/python3.10/lib-dynload',
 '/var/app/scoutfile-prod/.venv/lib/python3.10/site-packages']
Server time: Thu, 28 Mar 2024 21:12:14 +0200

Error during template rendering

In template /var/app/scoutfile-prod/web/jocuri/templates/jocuri/fisaactivitate_detail.html, error at line 3

'django_markdown' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls bs_pagination cache context_menu_tags cotizatie_tags crispy_forms_field crispy_forms_filters crispy_forms_tags crispy_forms_utils customfield_tags debugger_tags highlighting i18n indent_text jocuri_utils l10n leaflet_tags log pagination_tags photologue_tags qr_code qr_tags rest_framework static string_filters syntax_color tab_tags table_block_tags tz wagtailadmin_tags wagtailcore_tags wagtailembeds_tags wagtailimages_tags wagtailsnippets_admin_tags wagtailuserbar wagtailusers_tags widont yarn

1 {% extends 'base.html' %}
2 {% load jocuri_utils %}
3 <!--{% load django_markdown %}-->
4 {% load jocuri_utils %}
5 {% load static %}
6 {% load qr_tags %}
7
8 {% block page_title %}
9 {{ object }} <span style = "font-weight: normal">| Joc / Activitate</span>
10 {% endblock %}
11
12 {% block meta %}
13 <meta property="og:title" content="{{ object.titlu }}" />

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_CONNECTION
'close'
HTTP_HOST
'scoutfile.albascout.ro'
HTTP_USER_AGENT
'claudebot'
HTTP_X_REAL_IP
'52.91.255.225'
HTTP_X_SCHEME
'https'
PATH_INFO
'/jocuri/492/'
QUERY_STRING
''
RAW_URI
'/jocuri/492/'
REMOTE_ADDR
'127.0.0.1'
REMOTE_PORT
'46364'
REQUEST_METHOD
'GET'
SCRIPT_NAME
''
SERVER_NAME
'127.0.0.1'
SERVER_PORT
'8010'
SERVER_PROTOCOL
'HTTP/1.0'
SERVER_SOFTWARE
'gunicorn/20.1.0'
gunicorn.socket
<socket.socket fd=11, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 8010), raddr=('127.0.0.1', 46364)>
wsgi.errors
<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7f47d3fe3310>
wsgi.file_wrapper
<class 'gunicorn.http.wsgi.FileWrapper'>
wsgi.input
<gunicorn.http.body.Body object at 0x7f47d3dce320>
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 scoutfile3.settings

Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ADMINS
('Andrei AVRAM', 'andrei.avram@albascout.ro')
AJAX_SELECT_BOOTSTRAP
False
AJAX_SELECT_INLINES
False
ALLOWED_HOSTS
['scoutfile.albascout.ro',
 '127.0.0.1',
 'knowledge.albascout.ro',
 'centru.albascout.ro']
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
('django.contrib.auth.backends.ModelBackend',
 'utils.auth_backends.FacebookBackend')
AUTH_PASSWORD_VALIDATORS
'********************'
AUTH_USER_MODEL
'auth.User'
AWS_ACCESS_KEY_ID
'********************'
AWS_DEFAULT_ACL
None
AWS_LOCATION
'media/'
AWS_S3_CUSTOM_DOMAIN
'd90wfhk7qunqr.cloudfront.net'
AWS_S3_FILE_OVERWRITE
False
AWS_S3_REGION_NAME
'eu-west-1'
AWS_SECRET_ACCESS_KEY
'********************'
AWS_SES_REGION_ENDPOINT
'email.eu-west-1.amazonaws.com'
AWS_SES_REGION_NAME
'eu-west-1'
AWS_STORAGE_BUCKET_NAME
'scoutfile-production'
BASE_DIR
PosixPath('/var/app/scoutfile-prod/web')
BOWER_COMPONENTS_ROOT
'/var/app/scoutfile-prod/components'
CACHES
{'default': {'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
             'LOCATION': '127.0.0.1:11211'},
 'redis': {'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
CELERY_ACCEPT_CONTENT
['json']
CELERY_BROKER_URL
'redis://localhost:6379/1'
CELERY_CACHE_BACKEND
'django-cache'
CELERY_RESULT_BACKEND
'django-db'
CELERY_TASK_SERIALIZER
'json'
CENTRU_LOCAL_IMPLICIT
1
CRISPY_TEMPLATE_PACK
'bootstrap'
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
False
CSRF_FAILURE_VIEW
'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME
'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS
['https://scoutfile.albascout.ro',
 'https://knowledge.albascout.ro',
 'https://centru.albascout.ro']
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': '127.0.0.1',
             'NAME': 'scoutfile-prod',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': '5432',
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIGRATE': True,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'yeti_db'}}
DATABASES_POSTGRES
{'default': {'ATOMIC_REQUESTS': False,
             'AUTOCOMMIT': True,
             'CONN_HEALTH_CHECKS': False,
             'CONN_MAX_AGE': 0,
             'ENGINE': 'django.contrib.gis.db.backends.postgis',
             'HOST': '127.0.0.1',
             'NAME': 'scoutfile-prod',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': '5432',
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIGRATE': True,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'yeti_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
['%d.%m.%Y %H:%M %p',
 '%d.%m.%Y %H:%M:%S',
 '%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
['%d.%m.%Y',
 '%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
'storages.backends.s3boto3.S3Boto3Storage'
DEFAULT_FROM_EMAIL
'sistem@albascout.ro'
DEFAULT_HOST
'scoutfile'
DEFAULT_INDEX_TABLESPACE
''
DEFAULT_TABLESPACE
''
DEVELOPMENT
False
DISALLOWED_USER_AGENTS
[]
EMAIL_BACKEND
'django_ses.SESBackend'
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
FACEBOOK_APP_ID
'152554668279442'
FACEBOOK_APP_SECRET
'********************'
FACEBOOK_ERROR_URL
'login'
FACEBOOK_LOGIN_REDIRECT
'login'
FACEBOOK_PERMISSIONS
['email']
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
['/var/app/scoutfile-prod/web/fixtures']
FORCE_SCRIPT_NAME
None
FORMAT_MODULE_PATH
None
FORM_RENDERER
'django.forms.renderers.DjangoTemplates'
GOOGLE_API_KEY
'********************'
IGNORABLE_404_URLS
[]
INSTALLED_APPS
['django_redis',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'django.contrib.admin',
 'django.contrib.admindocs',
 'django.contrib.gis',
 'django_filters',
 'photologue',
 'crispy_forms',
 'rest_framework',
 'rest_framework.authtoken',
 'rest_framework_sso',
 'rest_framework_gis',
 'captcha',
 'ajax_select',
 'taggit',
 'django_pagination_bootstrap',
 'django_extensions',
 'gunicorn',
 'django_yarnpkg',
 'storages',
 'django_ace',
 'qrcode',
 'qr_code',
 'leaflet',
 'drf_spectacular',
 'corsheaders',
 'wagtail.contrib.forms',
 'wagtail.contrib.redirects',
 'wagtail.contrib.table_block',
 'wagtail.embeds',
 'wagtail.sites',
 'wagtail.users',
 'wagtail.snippets',
 'wagtail.documents',
 'wagtail.images',
 'wagtail.search',
 'wagtail.admin',
 'wagtail',
 'modelcluster',
 'django_celery_results',
 'goodies',
 'structuri',
 'generic',
 'album',
 'patrocle',
 'documente',
 'extra',
 'utils',
 'proiecte',
 'cantece',
 'jocuri',
 'badge',
 'adrese_postale',
 'inventar',
 'pages',
 'taxonomy',
 'financiar',
 'locuri',
 'slackbot',
 'program',
 'procedure',
 'booking',
 'properties',
 'certificari',
 'waiting_list',
 'voting',
 'redirects']
INTERNAL_IPS
['192.168.31.233']
LANGUAGES
[('ro', 'Română'), ('en', 'Engleză')]
LANGUAGES_BIDI
['he', 'ar', 'ar-dz', 'fa', 'ur']
LANGUAGE_CODE
'ro'
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
[]
LOCAL_MEDIA_ROOT
'/var/app/scoutfile-prod/media'
LOCAL_MEDIA_URL
'/media/'
LOGGING
{'disable_existing_loggers': False,
 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}},
 'formatters': {'simple': {'format': '%(levelname)s %(message)s'},
                'verbose': {'format': '%(levelname)s %(asctime)s %(module)s '
                                      '%(process)d %(thread)d %(message)s'}},
 'handlers': {'default': {'class': 'logging.FileHandler',
                          'filename': '/var/app/scoutfile-prod/logs/debug.log',
                          'formatter': 'verbose',
                          'level': 'DEBUG'},
              'error': {'class': 'logging.FileHandler',
                        'filename': '/var/app/scoutfile-prod/logs/error.log',
                        'formatter': 'verbose',
                        'level': 'ERROR'},
              'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
                              'filters': ['require_debug_false'],
                              'level': 'ERROR'},
              'null': {'class': 'logging.NullHandler', 'level': 'DEBUG'}},
 'loggers': {'': {'handlers': ['default'], 'level': 'DEBUG', 'propagate': True},
             'django.db.backends': {'handlers': ['null'],
                                    'level': 'DEBUG',
                                    'propagate': False},
             'django.request': {'handlers': ['mail_admins'],
                                'level': 'ERROR',
                                'propagate': True},
             'raven': {'handlers': ['default'],
                       'level': 'DEBUG',
                       'propagate': False},
             'sentry.errors': {'handlers': ['default'],
                               'level': 'DEBUG',
                               'propagate': False}},
 'root': {'handlers': ['default'], 'level': 'DEBUG'},
 'version': 1}
LOGGING_CONFIG
'logging.config.dictConfig'
LOGIN_REDIRECT_URL
'/edit/'
LOGIN_URL
'/login/'
LOGOUT_REDIRECT_URL
None
MAJOR_VERSION
5
MANAGERS
('Andrei AVRAM', 'andrei.avram@albascout.ro')
MEDIAFILES_LOCATION
'media'
MEDIAFILES_STORAGE
'scoutfile3.s3utils.MediaFilesStorage'
MEDIA_DIRECTORY
'media/'
MEDIA_ROOT
'/var/app/scoutfile-prod/media'
MEDIA_URL
'/media/'
MESSAGE_STORAGE
'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE
['django_hosts.middleware.HostsRequestMiddleware',
 'django.middleware.security.SecurityMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'corsheaders.middleware.CorsMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware',
 'django_pagination_bootstrap.middleware.PaginationMiddleware',
 'scoutfile3.middleware.ImpersonateUserMiddleware',
 'wagtail.contrib.redirects.middleware.RedirectMiddleware',
 'django_hosts.middleware.HostsResponseMiddleware']
MIGRATION_MODULES
{}
MINOR_VERSION
'1'
MONTH_DAY_FORMAT
'F j'
NODE_MODULES_ROOT
'/var/app/scoutfile-prod/node_modules'
NUMBER_GROUPING
0
ONCR_PASSWORD
'********************'
ONCR_USER
'andrei.avram@albascout.ro'
PASSWORD_HASHERS
'********************'
PASSWORD_RESET_TIMEOUT
'********************'
PHOTOLOGUE_DIR
'poze'
PHOTOLOGUE_IMAGE_FIELD_MAX_LENGTH
1024
PHOTOLOGUE_PATH
<function photologue_path at 0x7f481a273640>
PREPEND_WWW
False
PROJECT_ROOT
PosixPath('/var/app/scoutfile-prod')
RECAPTCHA_PRIVATE_KEY
'********************'
RECAPTCHA_PUBLIC_KEY
'********************'
RECAPTCHA_USE_SSL
True
REDMINE_APY_KEY
'********************'
REDMINE_VERSION_URL
'http://yeti.albascout.ro/redmine/versions/9'
REST_FRAMEWORK
{'DEFAULT_AUTHENTICATION_CLASSES': ['rest_framework_sso.authentication.JWTAuthentication',
                                    'rest_framework.authentication.TokenAuthentication',
                                    'rest_framework.authentication.SessionAuthentication'],
 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',),
 'DEFAULT_PERMISSION_CLASSES': ['rest_framework.permissions.IsAuthenticated'],
 'DEFAULT_SCHEMA_CLASS': 'drf_spectacular.openapi.AutoSchema'}
REST_FRAMEWORK_SSO
{'ACCEPTED_ISSUERS': ['scoutfile'],
 'AUTHORIZATION_AUDIENCE': ['scoutfile', 'organizer', 'geo   game'],
 'CREATE_AUTHORIZATION_PAYLOAD': 'utils.authentication.create_authorization_payload',
 'IDENTITY': 'scoutfile',
 'KEY_STORE_ROOT': '********************',
 'PRIVATE_KEYS': '********************',
 'PUBLIC_KEYS': '********************',
 'SESSION_AUDIENCE': ['scoutfile']}
ROOT_HOSTCONF
'scoutfile3.hosts'
ROOT_URLCONF
'scoutfile3.urls'
SCOUTFILE_ALBUM_STORAGE_ROOT
'album'
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
SERVER_EMAIL
'sistem@albascout.ro'
SERVE_QR_CODE_IMAGE_PATH
'qr-code-image/'
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
'scoutfile3.settings'
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
SLACK_APP_SECRET
'********************'
SLACK_BOT_TOKEN
'********************'
SMSLINK_CONNID
'A196357A18017C10'
SMSLINK_PASSWORD
'********************'
SMSLINK_URL
'http://www.smslink.ro/sms/gateway/communicate/'
SPECTACULAR_SETTINGS
{'DESCRIPTION': 'Scoutfile3 - Software for Scout Groups',
 'SERVE_INCLUDE_SCHEMA': False,
 'TITLE': 'Scoutfile3 API',
 'VERSION': '1.0.0'}
STATICFILES_DIRS
(('js', '/var/app/scoutfile-prod/static/js'),
 ('images', '/var/app/scoutfile-prod/static/images'),
 ('css', '/var/app/scoutfile-prod/static/css'),
 ('font', '/var/app/scoutfile-prod/static/font'),
 ('jquery_upload', '/var/app/scoutfile-prod/static/jquery_upload'),
 ('gallery', '/var/app/scoutfile-prod/static/gallery'),
 ('bootstrap-calendar', '/var/app/scoutfile-prod/static/bootstrap-calendar'))
STATICFILES_FINDERS
('django.contrib.staticfiles.finders.FileSystemFinder',
 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
 'django_yarnpkg.finders.NodeModulesFinder')
STATICFILES_LOCATION
'static'
STATICFILES_STORAGE
'scoutfile3.s3utils.StaticFilesStorage'
STATIC_ROOT
'/var/app/scoutfile-prod/static'
STATIC_URL
'/static/'
SYSTEM_EMAIL
'sistem@albascout.ro'
TAGGIT_CASE_INSENSITIVE
True
TEMPLATES
[{'APP_DIRS': True,
  'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': [PosixPath('/var/app/scoutfile-prod/web/scoutfile3/templates')],
  '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',
                                     'scoutfile3.context_processors.product_version',
                                     'scoutfile3.context_processors.api_keys',
                                     'scoutfile3.context_processors.url_root']}}]
TEMPLATE_DEBUG
True
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
'Europe/Bucharest'
URL_ROOT
'http://scoutfile.albascout.ro/'
USE_DEPRECATED_PYTZ
False
USE_EMAIL_CONFIRMATION
True
USE_I18N
True
USE_L10N
True
USE_THOUSAND_SEPARATOR
False
USE_TZ
False
USE_X_FORWARDED_HOST
False
USE_X_FORWARDED_PORT
False
VALOARE_IMPLICITA_COTIZATIE_LOCAL
0
VALOARE_IMPLICITA_COTIZATIE_LOCAL_SOCIAL
0
VALOARE_IMPLICITA_COTIZATIE_NATIONAL
50
VALOARE_IMPLICITA_COTIZATIE_NATIONAL_SOCIAL
12
WAGTAILADMIN_BASE_URL
'http://scoutfile.albascout.ro/wagtail/'
WAGTAIL_SITE_NAME
'Scoutfile'
WSGI_APPLICATION
'scoutfile3.wsgi.application'
X_FRAME_OPTIONS
'DENY'
YARN_INSTALLED_APPS
('lodash@3.2.0',
 'bootstrap@3.4.1',
 'jquery@3.6.0',
 'moment@2.0.0',
 'bootstrap-calendar@0.2.4',
 'js-cookie@3.0.1')
YARN_PATH
'/home/scoutfile/.nvm/versions/node/v14.18.1/bin/yarnpkg'
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.