ValueError at /catalogue/nanaj-317x218_8127/

falsey file_ argument in get_thumbnail()
Request Method: GET
Request URL: http://bidabadi.com/catalogue/nanaj-317x218_8127/
Django Version: 4.2.6
Exception Type: ValueError
Exception Value:
falsey file_ argument in get_thumbnail()
Exception Location: /var/www/rugeast/venv/lib/python3.8/site-packages/sorl/thumbnail/base.py, line 76, in get_thumbnail
Raised during: apps.catalogue.views.ProductDetailView
Python Executable: /var/www/rugeast/venv/bin/python
Python Version: 3.8.10
Python Path:
['/var/www/rugeast/bidabadi',
 '/var/www/rugeast/venv/bin',
 '/var/www/rugeast/bidabadi',
 '/usr/lib/python38.zip',
 '/usr/lib/python3.8',
 '/usr/lib/python3.8/lib-dynload',
 '/var/www/rugeast/venv/lib/python3.8/site-packages']
Server time: Thu, 28 Mar 2024 20:07:45 +0100

Error during template rendering

In template /var/www/rugeast/bidabadi/templates/rugeast/oscar/partials/get_products_by_category.html, error at line 22

falsey file_ argument in get_thumbnail()

12 <h3 class="title-site">
13 <i class="icon-point"><span class="path1"></span><span class="path2"></span></i>
14 {% trans 'Other in this category' %}
15 </h3>
16 </div>
17 <div class="product-slider br-nav owl-carousel owl-theme">
18 {% for product in cat_products|slice:":8" %}
19 <div class="product-card">
20
21 {% with all_images=product.get_all_images %}
22 {% oscar_thumbnail all_images.0.original "880x800" upscale=True as thumb %}
23 {# {% with image=product.primary_image %}#}
24 {# {% oscar_thumbnail image.original "x250" upscale=False as thumb %}#}
25 <a href="{{ product.get_absolute_url }}" class="product-card-image">
26 <!-- {% if product.stockrecords.all.first.num_in_stock == 0 %}-->
27 <!-- <div class="position-relative">-->
28 <!-- <div class="discount soldout bold">{% trans 'Soldout' %}</div>-->
29 <!-- </div>-->
30 <!-- {% else %}-->
31 <!-- {% if product.has_offer %}-->
32 <!-- <div class="on-sale">{{ product.has_offer|stringformat:'d' }}%</div>-->

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
CSRF_COOKIE
'DDLHeYNNGtn7YovfghWeuXcSIzyyzjsT'
CSRF_COOKIE_NEEDS_UPDATE
True
HTTP_ACCEPT
'*/*'
HTTP_ACCEPT_ENCODING
'gzip, br'
HTTP_CDN_LOOP
'cloudflare'
HTTP_CF_CONNECTING_IP
'54.197.64.207'
HTTP_CF_IPCOUNTRY
'US'
HTTP_CF_RAY
'86b9e7a81efa6faf-IAD'
HTTP_CF_VISITOR
'{"scheme":"https"}'
HTTP_CONNECTION
'close'
HTTP_HOST
'bidabadi.com'
HTTP_USER_AGENT
'claudebot'
HTTP_X_FORWARDED_FOR
'54.197.64.207, 172.70.175.192'
HTTP_X_FORWARDED_PROTO
'http'
HTTP_X_REAL_IP
'172.70.175.192'
PATH_INFO
'/catalogue/nanaj-317x218_8127/'
QUERY_STRING
''
RAW_URI
'/catalogue/nanaj-317x218_8127/'
REMOTE_ADDR
''
REQUEST_METHOD
'GET'
SCRIPT_NAME
''
SERVER_NAME
'bidabadi.com'
SERVER_PORT
'80'
SERVER_PROTOCOL
'HTTP/1.0'
SERVER_SOFTWARE
'gunicorn/20.1.0'
gunicorn.socket
<socket.socket fd=8, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/var/www/rugeast/bidabadi/bidabadi.socket>
wsgi.errors
<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7fae8c51aa90>
wsgi.file_wrapper
<class 'gunicorn.http.wsgi.FileWrapper'>
wsgi.input
<gunicorn.http.body.Body object at 0x7fae8cb6bfd0>
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 teemche.settings

Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ADMINS
[]
ADMIN_ORDER_EMAIL
['[email protected]']
ALLOWED_HOSTS
['*']
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
('oscar.apps.customer.auth_backends.EmailBackend',
 'django.contrib.auth.backends.ModelBackend')
AUTH_PASSWORD_VALIDATORS
'********************'
AUTH_USER_MODEL
'auth.User'
BASE_DIR
'/var/www/rugeast/bidabadi'
CACHES
{'default': {'BACKEND': 'django_redis.cache.RedisCache',
             'KEY_PREFIX': '********************',
             'LOCATION': 'redis://127.0.0.1:6379/1',
             'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}}
CACHE_MIDDLEWARE_ALIAS
'default'
CACHE_MIDDLEWARE_KEY_PREFIX
'********************'
CACHE_MIDDLEWARE_SECONDS
600
CELERY_ACCEPT_CONTENT
['application/json']
CELERY_BROKER_URL
'redis://localhost:6379/1'
CELERY_ENABLE_UTC
False
CELERY_RESULT_BACKEND
'redis://localhost:6379/1'
CELERY_TASK_SERIALIZER
'json'
CELERY_TIMEZONE
'Asia/Tehran'
CONTACT_MAIL_RECIPIENT
['[email protected]']
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
[]
CSRF_USE_SESSIONS
False
DATABASES
{'default': {'ATOMIC_REQUESTS': True,
             'AUTOCOMMIT': True,
             'CONN_HEALTH_CHECKS': False,
             'CONN_MAX_AGE': 0,
             'ENGINE': 'django.db.backends.postgresql',
             'HOST': 'localhost',
             'NAME': 'new2rugeast',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': '5432',
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIGRATE': True,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'rugeast'}}
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.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_BODY
'Your invoice is : {}'
EMAIL_HOST
'smtp.ionos.de'
EMAIL_HOST_PASSWORD
'********************'
EMAIL_HOST_USER
'[email protected]'
EMAIL_PORT
587
EMAIL_SSL_CERTFILE
None
EMAIL_SSL_KEYFILE
'********************'
EMAIL_SUBJECT
'Invoice'
EMAIL_SUBJECT_PREFIX
'[Django] '
EMAIL_TIMEOUT
None
EMAIL_USE_LOCALTIME
False
EMAIL_USE_SSL
False
EMAIL_USE_TLS
True
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'
GOOGLE_ANALYTICS_ID
'xxxx'
HAYSTACK_CONNECTIONS
{'default': {'ENGINE': 'haystack.backends.simple_backend.SimpleEngine'}}
IGNORABLE_404_URLS
[]
IMPORT_PRODUCT_INCREASE_TAX
False
IMPORT_PRODUCT_INCREASE_TAX_PERCENT
19.0
INSTALLED_APPS
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'rest_framework',
 'oscarapi',
 'rosetta',
 'django.contrib.sites',
 'django.contrib.flatpages',
 'core.apps.CoreConfig',
 'apps.social',
 'apps.slider',
 'apps.newsletter',
 'apps.contact',
 'apps.importer',
 'oscar.config.Shop',
 'oscar.apps.analytics.apps.AnalyticsConfig',
 'apps.checkout.apps.CheckoutConfig',
 'apps.address.apps.AddressConfig',
 'apps.shipping.apps.ShippingConfig',
 'apps.catalogue.apps.CatalogueConfig',
 'oscar.apps.catalogue.reviews.apps.CatalogueReviewsConfig',
 'oscar.apps.communication.apps.CommunicationConfig',
 'apps.partner.apps.PartnerConfig',
 'oscar.apps.basket.apps.BasketConfig',
 'oscar.apps.payment.apps.PaymentConfig',
 'apps.offer.apps.OfferConfig',
 'apps.order.apps.OrderConfig',
 'apps.customer.apps.CustomerConfig',
 'oscar.apps.search.apps.SearchConfig',
 'oscar.apps.voucher.apps.VoucherConfig',
 'oscar.apps.wishlists.apps.WishlistsConfig',
 'apps.dashboard.apps.DashboardConfig',
 'oscar.apps.dashboard.reports.apps.ReportsDashboardConfig',
 'oscar.apps.dashboard.users.apps.UsersDashboardConfig',
 'apps.dashboard.orders.apps.OrdersDashboardConfig',
 'apps.dashboard.catalogue.apps.CatalogueDashboardConfig',
 'oscar.apps.dashboard.offers.apps.OffersDashboardConfig',
 'oscar.apps.dashboard.partners.apps.PartnersDashboardConfig',
 'oscar.apps.dashboard.pages.apps.PagesDashboardConfig',
 'oscar.apps.dashboard.ranges.apps.RangesDashboardConfig',
 'oscar.apps.dashboard.reviews.apps.ReviewsDashboardConfig',
 'oscar.apps.dashboard.vouchers.apps.VouchersDashboardConfig',
 'oscar.apps.dashboard.communications.apps.CommunicationsDashboardConfig',
 'oscar.apps.dashboard.shipping.apps.ShippingDashboardConfig',
 'oscar_accounts.apps.AccountsConfig',
 'oscar_accounts.dashboard.apps.AccountsDashboardConfig',
 'widget_tweaks',
 'haystack',
 'treebeard',
 'sorl.thumbnail',
 'django_tables2',
 'tracking']
INTERNAL_IPS
[]
KAVENEGAR_API_KEY
'********************'
LANGUAGES
(('en-gb', ''),)
LANGUAGES_BIDI
['he', 'ar', 'ar-dz', 'ckb', '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
('/var/www/rugeast/bidabadi/locale/',)
LOGGING
{}
LOGGING_CONFIG
'logging.config.dictConfig'
LOGIN_REDIRECT_URL
'/'
LOGIN_URL
'/accounts/login/'
LOGOUT_REDIRECT_URL
None
MANAGERS
[]
MEDIA_ROOT
'/var/www/rugeast/bidabadi/public/media'
MEDIA_URL
'/media/'
MESSAGE_STORAGE
'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE
['tracking.middleware.VisitorTrackingMiddleware',
 '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',
 'oscar.apps.basket.middleware.BasketMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware']
MIGRATION_MODULES
{}
MONTH_DAY_FORMAT
'F j'
NUMBER_GROUPING
0
OSCAR_ACCOUNTS_REDIRECT_URL
'customer:profile-view'
OSCAR_ADDRESSES_PER_PAGE
20
OSCAR_ALLOW_ANON_CHECKOUT
True
OSCAR_ALLOW_ANON_REVIEWS
True
OSCAR_BASKET_COOKIE_LIFETIME
604800
OSCAR_BASKET_COOKIE_OPEN
'oscar_open_basket'
OSCAR_BASKET_COOKIE_SECURE
False
OSCAR_COOKIES_DELETE_ON_LOGOUT
['oscar_recently_viewed_products']
OSCAR_CURRENCY_FORMAT
{'EUR': {'format': '#,##0 €'}}
OSCAR_CURRENCY_LOCALE
'EUR'
OSCAR_DASHBOARD_DEFAULT_ACCESS_FUNCTION
'oscar.apps.dashboard.nav.default_access_fn'
OSCAR_DASHBOARD_ITEMS_PER_PAGE
50
OSCAR_DASHBOARD_NAVIGATION
[{'icon': 'icon-th-list', 'label': 'Dashboard', 'url_name': 'dashboard:index'},
 {'children': [{'label': 'Products',
                'url_name': 'dashboard:catalogue-product-list'},
               {'access_fn': <function <lambda> at 0x7fae9119eaf0>,
                'label': 'Product Types',
                'url_name': 'dashboard:catalogue-class-list'},
               {'label': 'Categories',
                'url_name': 'dashboard:catalogue-category-list'},
               {'label': 'Seo Boxes',
                'url_name': 'dashboard:catalogue-seo-box-list'}],
  'icon': 'icon-sitemap',
  'label': 'Catalogue'},
 {'children': [{'label': 'Orders', 'url_name': 'dashboard:order-list'},
               {'label': 'Statistics', 'url_name': 'dashboard:order-stats'}],
  'icon': 'icon-shopping-cart',
  'label': 'Fulfilment'},
 {'children': [{'label': 'Customers', 'url_name': 'dashboard:users-index'}],
  'icon': 'icon-group',
  'label': 'Customers'},
 {'children': [{'label': 'Offers', 'url_name': 'dashboard:offer-list'},
               {'label': 'Vouchers', 'url_name': 'dashboard:voucher-list'},
               {'label': 'Voucher Sets',
                'url_name': 'dashboard:voucher-set-list'},
               {'label': 'Ranges', 'url_name': 'dashboard:range-list'}],
  'icon': 'icon-bullhorn',
  'label': 'Offers'},
 {'label': 'Reports', 'url_name': 'dashboard:reports-index'},
 {'children': [{'access_fn': <function <lambda> at 0x7fae9119eb80>,
                'label': 'Bulk product import',
                'url_name': 'csv_import_file_products'}],
  'icon': 'icon-globe',
  'label': 'Importer'}]
OSCAR_DEFAULT_CURRENCY
'EUR'
OSCAR_DELETE_IMAGE_FILES
True
OSCAR_DYNAMIC_CLASS_LOADER
'oscar.core.loading.default_class_loader'
OSCAR_EAGER_ALERTS
True
OSCAR_EMAILS_PER_PAGE
20
OSCAR_FROM_EMAIL
'[email protected]'
OSCAR_GOOGLE_ANALYTICS_ID
''
OSCAR_HIDDEN_FEATURES
[]
OSCAR_HOMEPAGE
'/'
OSCAR_IMAGE_FOLDER
'images/products/%Y/%m/'
OSCAR_INITIAL_LINE_STATUS
'Pending'
OSCAR_INITIAL_ORDER_STATUS
'Pending'
OSCAR_MAX_BASKET_QUANTITY_THRESHOLD
10000
OSCAR_MISSING_IMAGE_URL
'image_not_found.jpg'
OSCAR_MODERATE_REVIEWS
False
OSCAR_NOTIFICATIONS_PER_PAGE
20
OSCAR_OFFERS_IMPLEMENTED_TYPES
['SITE', 'VOUCHER']
OSCAR_OFFERS_INCL_TAX
False
OSCAR_OFFERS_PER_PAGE
20
OSCAR_OFFER_ROUNDING_FUNCTION
'core.handler.offer_round'
OSCAR_ORDERS_PER_PAGE
20
OSCAR_ORDER_STATUS_PIPELINE
{'Being processed': ('Processed', 'Cancelled'),
 'Cancelled': (),
 'Pending': ('Being processed', 'Cancelled')}
OSCAR_PRODUCTS_PER_PAGE
36
OSCAR_PRODUCT_SEARCH_HANDLER
'core.search_handler.CustomProductSearchHandler'
OSCAR_RECENTLY_VIEWED_COOKIE_LIFETIME
604800
OSCAR_RECENTLY_VIEWED_COOKIE_NAME
'teemche_history'
OSCAR_RECENTLY_VIEWED_COOKIE_SECURE
False
OSCAR_RECENTLY_VIEWED_PRODUCTS
20
OSCAR_REQUIRED_ADDRESS_FIELDS
('first_name',
 'last_name',
 'line1',
 'line4',
 'state',
 'postcode',
 'country',
 'phone_number',
 'phone_number_fields')
OSCAR_REVIEWS_PER_PAGE
20
OSCAR_SAVE_SENT_EMAILS_TO_DB
True
OSCAR_SEARCH_FACETS
{'fields': {'product_class': {'field': 'product_class', 'name': 'Type'},
            'rating': {'field': 'rating', 'name': 'Rating'}},
 'queries': {'price_range': {'field': 'price',
                             'name': 'Price range',
                             'queries': [('0 to 20', '[0 TO 20]'),
                                         ('20 to 40', '[20 TO 40]'),
                                         ('40 to 60', '[40 TO 60]'),
                                         ('60+', '[60 TO *]')]}}}
OSCAR_SEND_PLACED_ORDER
False
OSCAR_SEND_REGISTRATION_EMAIL
False
OSCAR_SHOP_NAME
'Bidabadi'
OSCAR_SHOP_TAGLINE
''
OSCAR_SLUG_ALLOW_UNICODE
False
OSCAR_SLUG_BLACKLIST
[]
OSCAR_SLUG_FUNCTION
'oscar.core.utils.default_slugifier'
OSCAR_SLUG_MAP
{}
OSCAR_STATIC_BASE_URL
None
OSCAR_STOCK_ALERTS_PER_PAGE
20
OSCAR_THUMBNAILER
'oscar.core.thumbnails.SorlThumbnail'
OSCAR_URL_SCHEMA
'http'
PASSWORD_HASHERS
'********************'
PASSWORD_RESET_TIMEOUT
'********************'
PAYPAL_ACCESS_TOKEN
'********************'
PAYPAL_CLIENT_ID
'AdKy3ciNDD5Seo-WRuERpmDT7kMEZEr4PqO3TiwBBuMXx31_xAESw-IUEdVS0U9CsN-PWo0ocs_djgSc'
PAYPAL_SECRET_KEY
'********************'
PREPEND_WWW
False
ROOT_URLCONF
'teemche.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
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
'teemche.settings'
SHOP_THEME
'rugeast'
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
SITE_URL
'https://nobelteppich.de'
STATICFILES_DIRS
[]
STATICFILES_FINDERS
('django.contrib.staticfiles.finders.FileSystemFinder',
 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
STATICFILES_STORAGE
'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATIC_ROOT
'/var/www/rugeast/bidabadi/public/static'
STATIC_URL
'/static/'
STORAGES
{'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'},
 'staticfiles': {'BACKEND': 'whitenoise.storage.CompressedManifestStaticFilesStorage'}}
TEMPLATES
[{'APP_DIRS': True,
  'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': ['/var/www/rugeast/bidabadi/templates/rugeast'],
  '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',
                                     'oscar.apps.search.context_processors.search_form',
                                     'oscar.apps.checkout.context_processors.checkout',
                                     'oscar.apps.communication.notifications.context_processors.notifications',
                                     'oscar.core.context_processors.metadata']}},
 {'APP_DIRS': True,
  'BACKEND': 'lib.template.DjangoFace',
  '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',
                                     'oscar.apps.search.context_processors.search_form',
                                     'oscar.apps.checkout.context_processors.checkout',
                                     'oscar.apps.communication.notifications.context_processors.notifications',
                                     'oscar.core.context_processors.metadata']}}]
TEST_NON_SERIALIZED_APPS
[]
TEST_RUNNER
'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR
','
THUMBNAIL_ALTERNATIVE_RESOLUTIONS
[1.5, 2]
TIME_FORMAT
'P'
TIME_INPUT_FORMATS
['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE
'Europe/Berlin'
TRACK_PAGEVIEWS
True
TRACK_REFERER
True
USER_DEFAULT_EXPIRE_DATE
10
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
VERIFICATION_TEMPLATE_NAME
'dobare'
WSGI_APPLICATION
'teemche.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.