TypeError at /en/watches/accounts/bookmarks/

'AnonymousUser' object is not iterable
Request Method: GET
Request URL: https://watch1010.com/en/watches/accounts/bookmarks/
Django Version: 1.10.7
Exception Type: TypeError
Exception Value:
'AnonymousUser' object is not iterable
Exception Location: /home/watch1010/watch1010/venv/lib/python3.6/site-packages/django/utils/functional.py in inner, line 235
Python Executable: /home/watch1010/watch1010/venv/bin/python
Python Version: 3.6.9
Python Path:
['/home/watch1010/watch1010',
 '/home/watch1010/watch1010/venv/bin',
 '/usr/lib/python36.zip',
 '/usr/lib/python3.6',
 '/usr/lib/python3.6/lib-dynload',
 '/home/watch1010/watch1010/venv/lib/python3.6/site-packages',
 '/home/watch1010/watch1010']
Server time: Tue, 19 Mar 2024 05:01:27 +0000

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
'watch1010.com'
HTTP_USER_AGENT
'claudebot'
HTTP_X_FORWARDED_FOR
'3.236.18.23'
HTTP_X_FORWARDED_PROTO
'https'
HTTP_X_REAL_IP
'3.236.18.23'
PATH_INFO
'/en/watches/accounts/bookmarks/'
QUERY_STRING
''
RAW_URI
'/en/watches/accounts/bookmarks/'
REMOTE_ADDR
''
REQUEST_METHOD
'GET'
SCRIPT_NAME
''
SERVER_NAME
'watch1010.com'
SERVER_PORT
'443'
SERVER_PROTOCOL
'HTTP/1.0'
SERVER_SOFTWARE
'gunicorn/20.0.4'
gunicorn.socket
<socket.socket fd=10, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/run/gunicorn.sock>
wsgi.errors
<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7fa1ca03c240>
wsgi.file_wrapper
''
wsgi.input
<gunicorn.http.body.Body object at 0x7fa1c9eaab38>
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 watch1010.settings

Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ADMINS
(('Rob', 'rob.mckiernan@digitalandcode.com'),
 ('Luke', 'luke.anderson@digitalandcode.com'),
 ('James', 'james@digitalandcode.com'))
ALDRYN_SEARCH_CMS_PAGE
True
ALDRYN_SEARCH_DEFAULT_LANGUAGE
'en'
ALDRYN_SEARCH_INDEX_BASE_CLASS
'aldryn_search.base.AldrynIndexBase'
ALDRYN_SEARCH_LANGUAGE_FROM_ALIAS
'aldryn_search.utils.language_from_alias'
ALDRYN_SEARCH_MODELS
['djangocms_blog.Post']
ALDRYN_SEARCH_PAGINATION
10
ALDRYN_SEARCH_REGISTER_APPHOOK
True
ALLOWED_HOSTS
['*']
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
['watch1010.auth_backends.EmailBackend']
AUTH_PASSWORD_VALIDATORS
'********************'
AUTH_USER_MODEL
'user.User'
BASE_DIR
'/home/watch1010/watch1010'
BLOG_ADMIN_POST_FIELDSET_FILTER
<function admin_blog_post_fieldset_filter at 0x7fa1d8bb88c8>
BLOG_APPS_ADMIN_CONFIG
{'events': {'category': {'inlines': ['apps.events.admin.EventsCategoryPropertiesInline']},
            'post': {'fieldsets': [(None,
                                    {'fields': [['title', 'publish'],
                                                ['categories'],
                                                ['abstract'],
                                                ['tags']]}),
                                   ('Info',
                                    {'classes': ('collapse',),
                                     'fields': [['slug'],
                                                ['date_published'],
                                                ['date_published_end']]}),
                                   ('Hidden Fields',
                                    {'classes': ['hidden'],
                                     'fields': [('app_config',
                                                 'main_image_full',
                                                 'main_image_thumbnail',
                                                 'main_image')]})],
                     'inlines': ['apps.events.admin.EventPropertiesInline',
                                 'apps.events.admin.PostPropertiesForEventInline'],
                     'verbose_name': 'Event'}},
 'journal': {'category': {'inlines': ['apps.blog.admin.JournalCategoryPropertiesInline']},
             'post': {'fieldsets': [(None,
                                     {'fields': [['title', 'publish'],
                                                 ['categories'],
                                                 ['abstract'],
                                                 ['tags']]}),
                                    ('Info',
                                     {'classes': ('collapse',),
                                      'fields': [['slug'],
                                                 ['date_published'],
                                                 ['date_published_end']]}),
                                    ('Hidden Fields',
                                     {'classes': ['hidden'],
                                      'fields': [('app_config',
                                                  'main_image_full',
                                                  'main_image_thumbnail',
                                                  'main_image')]})],
                      'inlines': ['apps.blog.admin.PostPropertiesInline'],
                      'verbose_name': 'Post'}},
 'journal/history-of': {'category': {'inlines': []},
                        'post': {'fieldsets': [(None,
                                                {'fields': [['title',
                                                             'publish'],
                                                            ['categories'],
                                                            ['abstract'],
                                                            ['tags']]}),
                                               ('Info',
                                                {'classes': ('collapse',),
                                                 'fields': [['slug'],
                                                            ['date_published'],
                                                            ['date_published_end']]}),
                                               ('Hidden Fields',
                                                {'classes': ['hidden'],
                                                 'fields': [('app_config',
                                                             'main_image_full',
                                                             'main_image_thumbnail',
                                                             'main_image')]})],
                                 'inlines': ['apps.blog.admin.HistoryOfPostPropertiesInline'],
                                 'verbose_name': 'History-Of'}},
 'journal/interview': {'category': {'inlines': []},
                       'post': {'fieldsets': [(None,
                                               {'fields': [['title', 'publish'],
                                                           ['categories'],
                                                           ['abstract'],
                                                           ['tags']]}),
                                              ('Info',
                                               {'classes': ('collapse',),
                                                'fields': [['slug'],
                                                           ['date_published'],
                                                           ['date_published_end']]}),
                                              ('Hidden Fields',
                                               {'classes': ['hidden'],
                                                'fields': [('app_config',
                                                            'main_image_full',
                                                            'main_image_thumbnail',
                                                            'main_image')]})],
                                'inlines': ['apps.blog.admin.InterviewPostPropertiesInline'],
                                'verbose_name': 'Interview'}},
 'journal/review': {'category': {'inlines': []},
                    'post': {'fieldsets': [(None,
                                            {'fields': [['title', 'publish'],
                                                        ['categories'],
                                                        ['abstract'],
                                                        ['tags']]}),
                                           ('Info',
                                            {'classes': ('collapse',),
                                             'fields': [['slug'],
                                                        ['date_published'],
                                                        ['date_published_end']]}),
                                           ('Hidden Fields',
                                            {'classes': ['hidden'],
                                             'fields': [('app_config',
                                                         'main_image_full',
                                                         'main_image_thumbnail',
                                                         'main_image')]})],
                             'inlines': ['apps.blog.admin.ReviewPostPropertiesInline'],
                             'verbose_name': 'Review'}},
 'journal/story': {'category': {'inlines': []},
                   'post': {'fieldsets': [(None,
                                           {'fields': [['title', 'publish'],
                                                       ['categories'],
                                                       ['abstract'],
                                                       ['tags']]}),
                                          ('Info',
                                           {'classes': ('collapse',),
                                            'fields': [['slug'],
                                                       ['date_published'],
                                                       ['date_published_end']]}),
                                          ('Hidden Fields',
                                           {'classes': ['hidden'],
                                            'fields': [('app_config',
                                                        'main_image_full',
                                                        'main_image_thumbnail',
                                                        'main_image')]})],
                            'inlines': ['apps.blog.admin.StoryPostPropertiesInline'],
                            'verbose_name': 'Story'}},
 'journal/tech-guide': {'category': {'inlines': []},
                        'post': {'fieldsets': [(None,
                                                {'fields': [['title',
                                                             'publish'],
                                                            ['categories'],
                                                            ['abstract'],
                                                            ['tags']]}),
                                               ('Info',
                                                {'classes': ('collapse',),
                                                 'fields': [['slug'],
                                                            ['date_published'],
                                                            ['date_published_end']]}),
                                               ('Hidden Fields',
                                                {'classes': ['hidden'],
                                                 'fields': [('app_config',
                                                             'main_image_full',
                                                             'main_image_thumbnail',
                                                             'main_image')]})],
                                 'inlines': ['apps.blog.admin.TechGuidePostPropertiesInline'],
                                 'verbose_name': 'Tech Guide'}}}
BLOG_AUTHORS_FOLDER_NAME
'Authors'
BLOG_CATEGORY_LAYOUTS
[(None, 'Default'),
 ('djangocms_blog/history_of/category_post_list.html', 'History of')]
BLOG_DEFAULT_AUTHOR
{'bio': '', 'name': 'watch1010.com', 'slug': 'watch1010'}
BLOG_DEFAULT_AUTHOR_PICTURE
'default_author_picture'
BLOG_ENABLE_THROUGH_TOOLBAR_MENU
True
BLOG_EVENTS_NAMESPACE
'events'
BLOG_FEATURED_TAG
'featured'
BLOG_HISTORY_OF_POST_TYPE
'history-of'
BLOG_INTERVIEW_POST_TYPE
'interview'
BLOG_JOURNAL_NAMESPACE
'journal'
BLOG_LATEST_ENTRIES_PLUGIN_NAME
'Latest Articles'
BLOG_PAGINATION
20
BLOG_PERMALINK_URLS
{'category': '^(?P<year>\\d{4})/(?P<month>\\d{1,2})/(?P<slug>\\w[-\\w]*)/$',
 'full_date': '^(?P<year>\\d{4})/(?P<month>\\d{1,2})/(?P<day>\\d{1,2})/(?P<slug>\\w[-\\w]*)/$',
 'short_date': '^(?P<year>\\d{4})/(?P<month>\\d{1,2})/(?P<slug>\\w[-\\w]*)/$',
 'slug': '^(?P<slug>\\w[-\\w]*)/$'}
BLOG_PLUGIN_MODULE_NAME
'Magazine'
BLOG_QUOTE_TAG
'quote'
BLOG_REVIEW_POST_TYPE
'review'
BLOG_STORY_POST_TYPE
'story'
BLOG_TECH_GUIDE_POST_TYPE
'tech-guide'
BLOG_USERNAME_FIELD
'username'
BROKER_URL
'redis://127.0.0.1:6379/10'
CACHES
{'default': {'BACKEND': 'django_redis.cache.RedisCache',
             'LOCATION': ['redis://127.0.0.1:6379/1'],
             'OPTIONS': {'CONNECTION_POOL_CLASS': 'redis.BlockingConnectionPool',
                         'CONNECTION_POOL_CLASS_KWARGS': {'max_connections': 50,
                                                          'timeout': 0.5},
                         'MAX_CONNECTIONS': 1000,
                         'PARSER_CLASS': 'redis.connection.HiredisParser',
                         'PICKLE_VERSION': -1}}}
CACHE_MIDDLEWARE_ALIAS
'default'
CACHE_MIDDLEWARE_KEY_PREFIX
'********************'
CACHE_MIDDLEWARE_SECONDS
600
CELERYD_PREFETCH_MULTIPLIER
1
CELERY_ACKS_LATE
True
CELERY_BROKER_URL
'redis://127.0.0.1:6379/10'
CELERY_EMAIL_TASK_CONFIG
{'ignore_result': True}
CELERY_ENABLE_UTC
True
CELERY_HAYSTACK_COMMAND_AGE
None
CELERY_HAYSTACK_COMMAND_APPS
[]
CELERY_HAYSTACK_COMMAND_BATCH_SIZE
None
CELERY_HAYSTACK_COMMAND_REMOVE
False
CELERY_HAYSTACK_COMMAND_VERBOSITY
1
CELERY_HAYSTACK_COMMAND_WORKERS
0
CELERY_HAYSTACK_COUNTDOWN
0
CELERY_HAYSTACK_DEFAULT_ALIAS
'default'
CELERY_HAYSTACK_DEFAULT_TASK
'celery_haystack.tasks.CeleryHaystackSignalHandler'
CELERY_HAYSTACK_MAX_RETRIES
1
CELERY_HAYSTACK_QUEUE
None
CELERY_HAYSTACK_RETRY_DELAY
300
CELERY_HAYSTACK_TRANSACTION_SAFE
True
CELERY_REDIS_MAX_CONNECTIONS
300
CELERY_RESULT_BACKEND
'redis://127.0.0.1:6379/10'
CELERY_TIMEZONE
'UTC'
CKEDITOR_SETTINGS
{'allowedContent': 'h1 h2 h3 p strong i em ul ol li hr '
                   'blockquote;a[!href,target]',
 'basicEntities': False,
 'fillEmptyBlocks': False,
 'language': '{{ language }}',
 'removePlugins': 'stylesheetparser',
 'skin': 'moono',
 'tabSpaces': 4,
 'toolbar': 'CMS',
 'toolbar_CMS': [['Undo', 'Redo'],
                 ['Bold', 'Italic'],
                 ['NumberedList', 'BulletedList', 'Blockquote'],
                 ['HorizontalRule', 'Format'],
                 ['Link', 'Unlink'],
                 ['Source', 'Maximize', 'Preview']],
 'toolbar_HTMLField': [['Undo', 'Redo'],
                       ['Bold', 'Italic'],
                       ['NumberedList', 'BulletedList', 'Blockquote'],
                       ['HorizontalRule', 'Format'],
                       ['Link', 'Unlink'],
                       ['Source', 'Maximize', 'Preview']]}
CMSPLUGIN_CONTACT_FORMS
(('apps.contact_forms.forms.EnquireProductForm', 'Enquire Product Form'),
 ('apps.contact_forms.forms.ContactForm', 'Contact Form'))
CMSPLUGIN_FILER_IMAGE_DEFAULT_STYLE
''
CMSPLUGIN_FILER_IMAGE_STYLE_CHOICES
()
CMS_LANGUAGES
{1: ({'code': 'en',
      'fallbacks': ['en'],
      'hide_untranslated': True,
      'name': 'English',
      'public': True,
      'redirect_on_fallback': False},),
 'default': {'fallbacks': ['en'],
             'hide_untranslated': False,
             'public': True,
             'redirect_on_fallback': True},
 <class 'cms.utils.conf.VERIFIED'>: True}
CMS_PLACEHOLDER_CONF
{'404_contact_information': {'default_plugins': [{'plugin_type': 'ContactInfoPlugin',
                                                  'values': {'title': ''}}],
                             'limits': {'ContactInfoPlugin': 1},
                             'name': 'Contact Info',
                             'plugins': ('ContactInfoPlugin',)},
 '404_left_col': {'name': 'Left Column', 'plugins': ('PicturePlugin',)},
 '404_right_col': {'name': 'Content',
                   'plugins': ('PicturePlugin', 'TextPlugin')},
 'catalogue.product/product_detail_content': {'name': 'Content',
                                              'plugins': ('ProductPicturePlugin',
                                                          'ProductLeadTextPlugin',
                                                          'ProductHighlightsPlugin',
                                                          'YoutubePlugin',
                                                          'ProductTechnicalDataPlugin',
                                                          'TwoColumnTextAndPicturePlugin',
                                                          'ScrollerColumnImagePlugin')},
 'catalogue_featured_content': {'name': 'Featured Content',
                                'plugins': ('IllustratedProductsSliderPlugin',)},
 'catalogue_header': {'name': 'Hero', 'plugins': ('HeroSliderPlugin',)},
 'comments': {'default_plugins': [{'plugin_type': 'CommentsPlugin',
                                   'values': {}}],
              'name': 'Comments',
              'plugins': 'CommentsPlugin'},
 'contact_form': {'default_plugins': [{'plugin_type': 'CMSContactFormPlugin',
                                       'values': {'form_layout': 'apps.contact_forms.forms.ContactForm',
                                                  'form_name': 'Contact An '
                                                               'Advisor',
                                                  'site_emails': 'noreply@watch1010.com',
                                                  'submit': 'Send',
                                                  'thanks': 'Thanks for your '
                                                            'interest, we will '
                                                            'contact you '
                                                            'soon!'}}],
                  'limits': {'CMSContactFormPlugin': 1},
                  'name': 'Contact Form',
                  'plugins': ('CMSContactFormPlugin',)},
 'contact_information': {'default_plugins': [{'plugin_type': 'ContactInfoPlugin',
                                              'values': {}}],
                         'limits': {'ContactInfoPlugin': 1},
                         'name': 'Contact Info',
                         'plugins': ('ContactInfoPlugin',)},
 'djangocms_blog.post/credentials_content': {'name': 'Credentials Placeholder',
                                             'plugins': ('CredentialsPlugin',)},
 'djangocms_blog.post/history_of_content': {'default_plugins': [{'plugin_type': 'StorySectionPlugin',
                                                                 'values': {}}],
                                            'name': 'Content',
                                            'plugins': ('StorySectionPlugin',
                                                        'BlockquotePlugin',
                                                        'GalleryPlugin',
                                                        'SubscribePlugin',
                                                        'PicturedQuotePlugin',
                                                        'PicturePlugin',
                                                        'BannerPlugin',
                                                        'TwoColumnTextAndPicturePlugin',
                                                        'VideoPlugin')},
 'djangocms_blog.post/history_of_intro': {'default_plugins': [{'plugin_type': 'BrandIntroPlugin',
                                                               'values': {'introduction_text': ' ',
                                                                          'introduction_title': 'An '
                                                                                                'Introduction'}}],
                                          'limits': {'InterviewPlugin': 1},
                                          'name': 'Intro',
                                          'plugins': ('BrandIntroPlugin',)},
 'djangocms_blog.post/interview_content': {'default_plugins': [{'plugin_type': 'InterviewPlugin',
                                                                'values': {'text': ''}}],
                                           'limits': {'InterviewPlugin': 1},
                                           'name': 'Interview',
                                           'plugins': ('InterviewPlugin',)},
 'djangocms_blog.post/interview_intro': {'default_plugins': [{'plugin_type': 'TextPlugin',
                                                              'values': {'body': '<p>Put '
                                                                                 'wide '
                                                                                 'description '
                                                                                 'of '
                                                                                 'the '
                                                                                 'interview '
                                                                                 'on '
                                                                                 'this '
                                                                                 'place.</p>'}}],
                                         'limits': {'TextPlugin': 1},
                                         'name': 'Intro',
                                         'plugins': ('TextPlugin',)},
 'djangocms_blog.post/review_content': {'default_plugins': [{'children': [{'plugin_type': 'ProductOverviewPlugin',
                                                                           'values': {'title': 'Product '
                                                                                               'overview'}}],
                                                             'plugin_type': 'ReviewSectionPlugin',
                                                             'values': {}}],
                                        'limits': {'ProductOverviewPlugin': 1},
                                        'name': 'Content',
                                        'plugins': ('ReviewSectionPlugin',)},
 'djangocms_blog.post/review_intro': {'name': 'Intro',
                                      'plugins': ('TextPlugin',
                                                  'PicturePlugin',
                                                  'BlockquotePlugin',
                                                  'VideoPlugin')},
 'djangocms_blog.post/story_content': {'default_plugins': [{'plugin_type': 'StorySectionPlugin',
                                                            'values': {}}],
                                       'name': 'Content',
                                       'plugins': ('StorySectionPlugin',
                                                   'BlockquotePlugin',
                                                   'GalleryPlugin',
                                                   'SubscribePlugin',
                                                   'PicturedQuotePlugin',
                                                   'PicturePlugin',
                                                   'BannerPlugin',
                                                   'VideoPlugin',
                                                   'TwoColumnTextAndPicturePlugin')},
 'djangocms_blog.post/tech_guide_content': {'default_plugins': [{'children': [{'plugin_type': 'ProductOverviewPlugin',
                                                                               'values': {'title': 'Product '
                                                                                                   'overview'}}],
                                                                 'plugin_type': 'ReviewSectionPlugin',
                                                                 'values': {}}],
                                            'limits': {'ProductOverviewPlugin': 1},
                                            'name': 'Content',
                                            'plugins': ('ReviewSectionPlugin',)},
 'djangocms_blog.post/tech_guide_intro': {'name': 'Intro',
                                          'plugins': ('TextPlugin',
                                                      'PicturePlugin',
                                                      'BlockquotePlugin',
                                                      'VideoPlugin')},
 'enquire_product_form': {'default_plugins': [{'plugin_type': 'CMSContactFormPlugin',
                                               'values': {'form_layout': 'apps.contact_forms.forms.EnquireProductForm',
                                                          'form_name': 'Enquire '
                                                                       'Product '
                                                                       'Form',
                                                          'site_emails': 'noreply@watch1010.com',
                                                          'submit': 'Send',
                                                          'thanks': 'Thanks '
                                                                    'for your '
                                                                    'interest, '
                                                                    'we will '
                                                                    'contact '
                                                                    'you '
                                                                    'soon!'}}],
                          'limits': {'CMSContactFormPlugin': 1},
                          'name': 'Enquire Product Form',
                          'plugins': ('CMSContactFormPlugin',)},
 'enquire_product_form_mobile': {'default_plugins': [{'plugin_type': 'CMSContactFormPlugin',
                                                      'values': {'form_layout': 'apps.contact_forms.forms.EnquireProductMobileForm',
                                                                 'form_name': 'Enquire '
                                                                              'Product '
                                                                              'Form',
                                                                 'site_emails': 'noreply@watch1010.com',
                                                                 'submit': 'Send',
                                                                 'thanks': 'Thanks '
                                                                           'for '
                                                                           'your '
                                                                           'interest, '
                                                                           'we '
                                                                           'will '
                                                                           'contact '
                                                                           'you '
                                                                           'soon!'}}],
                                 'limits': {'CMSContactFormPlugin': 1},
                                 'name': 'Enquire Product Form Mobile',
                                 'plugins': ('CMSContactFormPlugin',)},
 'events_overview_hero': {'name': 'Hero', 'plugins': ('EventsHeroPlugin',)},
 'home_page_content': {'limits': {'FullScreenStoryPromoPlugin': 1},
                       'name': 'Content',
                       'plugins': ('JournalShopMegaLinksPlugin',
                                   'AdvancedSearchPlugin',
                                   'InstagramFeedPlugin',
                                   'BrandQuotedPromoPlugin',
                                   'LatestStoriesSliderPlugin',
                                   'ProductsSectionPromoPlugin',
                                   'IllustratedProductsSliderPlugin',
                                   'BrandIllustratedFullScreenPromoPlugin',
                                   'FullScreenStoryPromoPlugin',
                                   'EventsPromoPlugin',
                                   'ArticlesSliderPlugin',
                                   'SplitedArticlePromoPlugin')},
 'home_page_hero': {'name': 'Hero', 'plugins': ('HeroSliderPlugin',)},
 'journal_overview_content': {'limits': {'EventPostPlugin': 1,
                                         'EventsCalendarPlugin': 1},
                              'name': 'Journal overview',
                              'plugins': ('LatestArticlesPlugin',
                                          'LatestStoriesSliderPlugin',
                                          'EditorsPickPlugin',
                                          'WatchReviewBannerPlugin',
                                          'WatchReviewBannerSliderPlugin',
                                          'BannerPlugin',
                                          'EditorsColumnsPlugin',
                                          'EventsCalendarPlugin')},
 'journal_overview_slideshow': {'name': 'Hero',
                                'plugins': ('HeroSliderPlugin',)},
 'static_page_content': {'name': 'Content',
                         'plugins': ('TextPlugin', 'ContactInfoPlugin')},
 'static_page_left_col': {'name': 'Left Column', 'plugins': ('PicturePlugin',)},
 'static_page_right_col': {'name': 'Content',
                           'plugins': ('TextPlugin', 'ContactInfoPlugin')},
 'static_page_right_col_bottom': {'name': 'Content Footer',
                                  'plugins': ('TextPlugin',
                                              'ContactInfoPlugin')}}
CMS_TEMPLATES
(('cms/home_page.html', 'Home page'),
 ('cms/static_page.html', 'Static page'),
 ('cms/static_page_2col.html', 'Static page 2-column'),
 ('cms/contact.html', 'Contact page'),
 ('cms/support.html', 'Support page'))
COMPRESS_CACHEABLE_PRECOMPILERS
()
COMPRESS_CACHE_BACKEND
'default'
COMPRESS_CACHE_KEY_FUNCTION
'********************'
COMPRESS_CLEAN_CSS_ARGUMENTS
''
COMPRESS_CLEAN_CSS_BINARY
'cleancss'
COMPRESS_CLOSURE_COMPILER_ARGUMENTS
''
COMPRESS_CLOSURE_COMPILER_BINARY
'java -jar compiler.jar'
COMPRESS_CSS_COMPRESSOR
'compressor.css.CssCompressor'
COMPRESS_CSS_FILTERS
['compressor.filters.css_default.CssAbsoluteFilter']
COMPRESS_CSS_HASHING_METHOD
'mtime'
COMPRESS_DATA_URI_MAX_SIZE
1024
COMPRESS_DEBUG_TOGGLE
None
COMPRESS_ENABLED
False
COMPRESS_JINJA2_GET_ENVIRONMENT
<function CompressorConf.JINJA2_GET_ENVIRONMENT at 0x7fa1d24cac80>
COMPRESS_JS_COMPRESSOR
'compressor.js.JsCompressor'
COMPRESS_JS_FILTERS
['compressor.filters.jsmin.JSMinFilter']
COMPRESS_MINT_DELAY
30
COMPRESS_MTIME_DELAY
10
COMPRESS_OFFLINE
False
COMPRESS_OFFLINE_CONTEXT
{'STATIC_URL': '/static/'}
COMPRESS_OFFLINE_MANIFEST
'manifest.json'
COMPRESS_OFFLINE_TIMEOUT
31536000
COMPRESS_OUTPUT_DIR
'CACHE'
COMPRESS_PARSER
'compressor.parser.AutoSelectParser'
COMPRESS_PRECOMPILERS
(('text/x-scss', 'django_libsass.SassCompiler'),)
COMPRESS_REBUILD_TIMEOUT
2592000
COMPRESS_ROOT
'/home/watch1010/watch1010/public/static'
COMPRESS_STORAGE
'compressor.storage.CompressorFileStorage'
COMPRESS_TEMPLATE_FILTER_CONTEXT
{'STATIC_URL': '/static/'}
COMPRESS_URL
'/static/'
COMPRESS_URL_PLACEHOLDER
'/__compressor_url_placeholder__/'
COMPRESS_VERBOSE
False
COMPRESS_YUGLIFY_BINARY
'yuglify'
COMPRESS_YUGLIFY_CSS_ARGUMENTS
'--terminal'
COMPRESS_YUGLIFY_JS_ARGUMENTS
'--terminal'
COMPRESS_YUI_BINARY
'java -jar yuicompressor.jar'
COMPRESS_YUI_CSS_ARGUMENTS
''
COMPRESS_YUI_JS_ARGUMENTS
''
COUNTDOWN
'Countdown'
CSRF_COOKIE_AGE
31449600
CSRF_COOKIE_DOMAIN
None
CSRF_COOKIE_HTTPONLY
False
CSRF_COOKIE_NAME
'csrftoken'
CSRF_COOKIE_PATH
'/'
CSRF_COOKIE_SECURE
False
CSRF_FAILURE_VIEW
'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME
'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS
[]
DATABASES
{'default': {'ATOMIC_REQUESTS': False,
             'AUTOCOMMIT': True,
             'CONN_MAX_AGE': 0,
             'ENGINE': 'django.db.backends.postgresql_psycopg2',
             'HOST': '127.0.0.1',
             'NAME': 'watch1010',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': '5432',
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'watch1010'}}
DATABASE_ROUTERS
[]
DATA_UPLOAD_MAX_MEMORY_SIZE
2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS
1000
DATETIME_FORMAT
'N j, Y, P'
DATETIME_INPUT_FORMATS
['%Y-%m-%d %H:%M:%S',
 '%Y-%m-%d %H:%M:%S.%f',
 '%Y-%m-%d %H:%M',
 '%Y-%m-%d',
 '%m/%d/%Y %H:%M:%S',
 '%m/%d/%Y %H:%M:%S.%f',
 '%m/%d/%Y %H:%M',
 '%m/%d/%Y',
 '%m/%d/%y %H:%M:%S',
 '%m/%d/%y %H:%M:%S.%f',
 '%m/%d/%y %H:%M',
 '%m/%d/%y']
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_CHARSET
'utf-8'
DEFAULT_CONTACT_EMAIL
'noreply@watch1010.com'
DEFAULT_CONTENT_TYPE
'text/html'
DEFAULT_EXCEPTION_REPORTER_FILTER
'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE
'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL
'Watch1010 <noreply@watch1010.com>'
DEFAULT_INDEX_TABLESPACE
''
DEFAULT_NEWSLETTER_ID
1
DEFAULT_TABLESPACE
''
DEPENDED_SELECT_TEMPLATE
'catalogue/partials/custom_fields/depended-select.html'
DISALLOWED_USER_AGENTS
[]
DJANGOCMS_YOUTUBE_ALLOW_CHILDREN
True
DJANGOCMS_YOUTUBE_API_KEY
'********************'
DJANGOCMS_YOUTUBE_CHILD_CLASSES
None
DJANGOCMS_YOUTUBE_DEFAULT_HEIGHT
480
DJANGOCMS_YOUTUBE_DEFAULT_THEME
'light'
DJANGOCMS_YOUTUBE_DEFAULT_WIDTH
854
DJANGOCMS_YOUTUBE_DESCRIPTION_CHOICES
(('hidden',
  <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d07a98d0>),
 ('below',
  <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d07a9940>))
DJANGOCMS_YOUTUBE_ENABLE_CUSTOM_VIDEO_SIZE
False
DJANGOCMS_YOUTUBE_FIELDSETS
None
DJANGOCMS_YOUTUBE_PAGE_ONLY
False
DJANGOCMS_YOUTUBE_PARENT_CLASSES
None
DJANGOCMS_YOUTUBE_PLUGIN_MODULE
'Content'
DJANGOCMS_YOUTUBE_PLUGIN_NAME
<django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d07a97f0>
DJANGOCMS_YOUTUBE_REQUIRE_PARENT
False
DJANGOCMS_YOUTUBE_TEMPLATES
(('djangocms_youtube/default.html',
  <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d07a9898>),)
DJANGOCMS_YOUTUBE_TEXT_ENABLED
False
DJANGOCMS_YOUTUBE_THEME_CHOICES
(('dark',
  <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d07a9978>),
 ('light',
  <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d07a99b0>))
DJANGOCMS_YOUTUBE_THUMBNAIL_SIZES
{'default': {'height': 90, 'width': 120},
 'high': {'height': 360, 'width': 480},
 'maxres': {'height': 720, 'width': 1280},
 'medium': {'height': 180, 'width': 320},
 'standard': {'height': 480, 'width': 640}}
DJANGOCMS_YOUTUBE_USE_HTTPS
False
DJANGO_SETTINGS_MODULE
'watch1010.settings'
ELASTICSEARCH_INDEX_SETTINGS
{'settings': {'analysis': {'analyzer': {'edgengram_analyzer': {'filter': ['haystack_edgengram',
                                                                          'lowercase'],
                                                               'tokenizer': '********************',
                                                               'type': 'custom'},
                                        'ngram_analyzer': {'filter': ['haystack_ngram',
                                                                      'lowercase'],
                                                           'tokenizer': '********************',
                                                           'type': 'custom'}},
                           'filter': {'haystack_edgengram': {'max_gram': 8,
                                                             'min_gram': 4,
                                                             'type': 'edgeNGram'},
                                      'haystack_ngram': {'max_gram': 8,
                                                         'min_gram': 4,
                                                         'type': 'nGram'}},
                           'tokenizer': '********************'}}}
EMAIL_BACKEND
'django.core.mail.backends.console.EmailBackend'
EMAIL_HOST
'localhost'
EMAIL_HOST_PASSWORD
'********************'
EMAIL_HOST_USER
''
EMAIL_PORT
587
EMAIL_SSL_CERTFILE
None
EMAIL_SSL_KEYFILE
'********************'
EMAIL_SUBJECT_PREFIX
''
EMAIL_TIMEOUT
5
EMAIL_USE_SSL
False
EMAIL_USE_TLS
True
ENVIRONMENT
'development'
FILER_ENABLE_LOGGING
True
FILER_FILE_MODELS
('filer.Image', 'django_filer_video.VideoFile', 'filer.File')
FILER_IMAGE_MODEL
'filer.Image'
FILE_CHARSET
'utf-8'
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
None
FILE_UPLOAD_TEMP_DIR
None
FIRST_DAY_OF_WEEK
0
FIXTURE_DIRS
[]
FORCE_SCRIPT_NAME
None
FORMAT_MODULE_PATH
'watch1010.settings.locale'
GROUP_ENQUIRE_PRODUCT_MANAGERS
'Sales'
HAYSTACK_CONNECTIONS
{'default': {'ENGINE': 'watch1010.search.backends.Elasticsearch2MultilingualSearchEngine',
             'EXCLUDED_INDEXES': ['watch1010.search.search_indexes.CoreProductIndex',
                                  'watch1010.search.search_indexes.CorePostIndex',
                                  'watch1010.search.search_indexes.CoreTitleIndex',
                                  'aldryn_search.search_indexes.TitleIndex',
                                  'djangocms_blog.search_indexes.PostIndex'],
             'INCLUDE_SPELLING': True,
             'INDEX_NAME': 'watch1010',
             'URL': ['http://127.0.0.1:9200/']}}
HAYSTACK_SIGNAL_PROCESSOR
'watch1010.search.signals.CelerySignalProcessor'
IGNORABLE_404_URLS
[]
INSTALLED_APPS
['djangocms_admin_style',
 'django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'django.contrib.sites',
 'django.contrib.flatpages',
 'django.contrib.sitemaps',
 'djcelery_email',
 'compressor',
 'thumbnailtags',
 'easy_thumbnails',
 'easy_thumbnails.optimize',
 'parler',
 'reversion',
 'sortedm2m',
 'taggit',
 'taggit_autosuggest',
 'meta',
 'meta_mixin',
 'sekizai',
 'apps.user',
 'apps.bookmarks',
 'cms',
 'mptt',
 'menus',
 'djangocms_blog',
 'cms_extensions',
 'cms_extensions.cms_power_tags',
 'apps.blog',
 'apps.events',
 'djangocms_text_ckeditor',
 'newsletter',
 'rest_framework',
 'rest_framework_swagger',
 'oscarapi',
 'aldryn_apphooks_config',
 'aldryn_search',
 'standard_form',
 'spurl',
 'djangocms_file',
 'cmsplugin_filer_image',
 'cmsplugin_contact',
 'cms_contact_form_plugin',
 'apps.contact_forms',
 'filer',
 'django_filer_video',
 'cms_comments',
 'djangocms_youtube',
 'plugins.story_section',
 'plugins.hero_slider',
 'plugins.picture',
 'plugins.pictured_quote',
 'plugins.gallery',
 'plugins.blockquote',
 'plugins.subscribe',
 'plugins.latest_articles',
 'plugins.latest_stories_slider',
 'plugins.credentials',
 'plugins.editors_pick',
 'plugins.watch_review_banner',
 'plugins.banner',
 'plugins.editors_columns',
 'plugins.events_calendar',
 'plugins.post',
 'plugins.event_post',
 'plugins.events_hero',
 'plugins.product',
 'plugins.product_picture',
 'plugins.product_highlights',
 'plugins.product_lead_text',
 'plugins.products_section_promo',
 'plugins.journal_shop_mega_links',
 'plugins.advanced_search',
 'plugins.instagram_feed',
 'plugins.brand_quoted_promo',
 'plugins.illustrated_products_slider',
 'plugins.full_screen_story_promo',
 'plugins.events_promo',
 'plugins.brand_illustrated_full_screen_promo',
 'plugins.articles_slider',
 'plugins.interview',
 'plugins.product_technical_data',
 'plugins.two_column_text_and_picture',
 'plugins.brand_intro',
 'plugins.review_section',
 'plugins.product_overview',
 'plugins.contact_info',
 'plugins.video',
 'plugins.splited_article_promo',
 'plugins.scroller_column_image',
 'widget_tweaks',
 'celery_haystack',
 'django_vimeo',
 'test_without_migrations',
 'watch1010.shopapi',
 'related_products',
 'oscar',
 'oscar.apps.analytics',
 'watch1010.checkout',
 'watch1010.address',
 'watch1010.shipping',
 'watch1010.catalogue',
 'oscar.apps.catalogue.reviews',
 'watch1010.partner',
 'watch1010.basket',
 'oscar.apps.payment',
 'oscar.apps.offer',
 'watch1010.order',
 'watch1010.customer',
 'oscar.apps.promotions',
 'watch1010.search',
 'oscar.apps.voucher',
 'oscar.apps.wishlists',
 'watch1010.dashboard',
 'oscar.apps.dashboard.reports',
 'oscar.apps.dashboard.users',
 'oscar.apps.dashboard.orders',
 'oscar.apps.dashboard.promotions',
 'watch1010.dashboard.catalogue',
 'oscar.apps.dashboard.offers',
 'oscar.apps.dashboard.partners',
 'oscar.apps.dashboard.pages',
 'oscar.apps.dashboard.ranges',
 'oscar.apps.dashboard.reviews',
 'oscar.apps.dashboard.vouchers',
 'oscar.apps.dashboard.communications',
 'oscar.apps.dashboard.shipping',
 'haystack',
 'treebeard',
 'sorl.thumbnail',
 'django_tables2',
 'watch1010']
INTERNAL_IPS
[]
LANGUAGES
(('en', 'English'),)
LANGUAGES_BIDI
['he', 'ar', 'fa', 'ur']
LANGUAGE_CODE
'en'
LANGUAGE_COOKIE_AGE
None
LANGUAGE_COOKIE_DOMAIN
None
LANGUAGE_COOKIE_NAME
'django_language'
LANGUAGE_COOKIE_PATH
'/'
LIST
'List'
LOCALE_PATHS
[]
LOGGING
{'disable_existing_loggers': False,
 'formatters': {'verbose': {'format': '%(levelname)s %(asctime)s '
                                      '%(pathname)s:%(lineno)d %(process)d '
                                      '%(thread)d %(message)s'}},
 'handlers': {'console': {'class': 'logging.StreamHandler',
                          'formatter': 'verbose',
                          'level': 'DEBUG'},
              'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
                              'formatter': 'verbose',
                              'level': 'ERROR'},
              'null': {'class': 'logging.NullHandler', 'level': 'DEBUG'},
              'sentry': {'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler',
                         'level': 'ERROR'}},
 'loggers': {'data_importer': {'handlers': ['console', 'sentry'],
                               'level': 'INFO',
                               'propagate': False},
             'debug': {'handlers': ['console'],
                       'level': 'DEBUG',
                       'propagate': False},
             'django': {'handlers': ['null'],
                        'level': 'INFO',
                        'propagate': True},
             'django.request': {'handlers': ['console'],
                                'level': 'ERROR',
                                'propagate': False},
             'easy_thumbnails': {'handlers': ['console', 'sentry'],
                                 'level': 'ERROR',
                                 'propagate': False},
             'filer': {'handlers': ['console', 'sentry'],
                       'level': 'ERROR',
                       'propagate': False},
             'oscar.catalogue': {'handlers': ['console', 'sentry'],
                                 'level': 'ERROR',
                                 'propagate': False},
             'oscar.checkout': {'handlers': ['console'],
                                'level': 'DEBUG',
                                'propagate': False},
             'sorl.thumbnail': {'handlers': ['console', 'sentry'],
                                'level': 'ERROR',
                                'propagate': False}},
 'version': 1}
LOGGING_CONFIG
'logging.config.dictConfig'
LOGIN_REDIRECT_URL
'/'
LOGIN_URL
'/watches/accounts/login/'
LOGOUT_REDIRECT_URL
None
MAILCHIMP_NEWSLETTER_LIST_ID
'bcfa784859'
MAILCHIMP_SUBMIT_URL
'pinpointmediagroup.us12.list-manage.com/subscribe/post'
MAILCHIMP_UID
'b78467ddf091519920a393a22'
MANAGERS
[]
MEDIA_ROOT
'/home/watch1010/watch1010/public/md'
MEDIA_URL
'/md/'
MESSAGE_STORAGE
'django.contrib.messages.storage.fallback.FallbackStorage'
META_SITE_PROTOCOL
'http'
META_USE_SITES
True
MIDDLEWARE
None
MIDDLEWARE_CLASSES
['django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware',
 'django.middleware.security.SecurityMiddleware',
 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
 'cms.middleware.utils.ApphookReloadMiddleware',
 'cms.middleware.user.CurrentUserMiddleware',
 'cms.middleware.page.CurrentPageMiddleware',
 'cms.middleware.toolbar.ToolbarMiddleware',
 'cms.middleware.language.LanguageCookieMiddleware',
 'cms_contact_form_plugin.middleware.ForceResponseMiddleware',
 'oscarapi.middleware.ApiBasketMiddleWare']
MIGRATION_MODULES
{'cmsplugin_contact': 'cmsplugin_contact.migrations_django'}
MONTH_DAY_FORMAT
'F j'
NEWSLETTER_CONFIRM_EMAIL
True
NEWSLETTER_RICHTEXT_WIDGET
'djangocms_text_ckeditor.widgets.TextEditorWidget'
NUMBER_GROUPING
0
ORDER_STATUSES
ORDER_STATUSES(placed='Order placed', in_progress='In progress', dispatched='Dispatched', delivered='Delivered', canceled='Canceled by customer', delivery_failed='Delivery failed')
ORDER_STATUSES_MAPPING
{'canceled': 'Canceled by customer',
 'delivered': 'Delivered',
 'delivery_failed': 'Delivery failed',
 'dispatched': 'Dispatched',
 'in_progress': 'In progress',
 'placed': 'Order placed'}
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
'dnc_open_basket'
OSCAR_BASKET_COOKIE_SECURE
False
OSCAR_COOKIES_DELETE_ON_LOGOUT
['dnc_recently_viewed_products']
OSCAR_CURRENCY_FORMAT
{'AED': {'currency_digits': False,
         'format': '<span class="c-price__currency">¤¤</span> #,##0.##'}}
OSCAR_DASHBOARD_DEFAULT_ACCESS_FUNCTION
'oscar.apps.dashboard.nav.default_access_fn'
OSCAR_DASHBOARD_ITEMS_PER_PAGE
20
OSCAR_DASHBOARD_NAVIGATION
[{'icon': 'icon-th-list',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e400>,
  'url_name': 'dashboard:index'},
 {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e4e0>,
                'url_name': 'dashboard:catalogue-product-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e588>,
                'url_name': 'dashboard:catalogue-class-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e5c0>,
                'url_name': 'dashboard:catalogue-category-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e668>,
                'url_name': 'dashboard:range-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e630>,
                'url_name': 'dashboard:stock-alert-list'}],
  'icon': 'icon-sitemap',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e438>},
 {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e6a0>,
                'url_name': 'dashboard:order-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e828>,
                'url_name': 'dashboard:order-stats'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5ecf8>,
                'url_name': 'dashboard:partner-list'}],
  'icon': 'icon-shopping-cart',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e6d8>},
 {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778978>,
                'url_name': 'dashboard:users-index'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87789b0>,
                'url_name': 'dashboard:user-alert-list'}],
  'icon': 'icon-group',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778940>},
 {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778a58>,
                'url_name': 'dashboard:offer-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ac8>,
                'url_name': 'dashboard:voucher-list'}],
  'icon': 'icon-bullhorn',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87789e8>},
 {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ba8>,
                'url_name': 'dashboard:promotion-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778c18>,
                'url_name': 'dashboard:promotion-list-by-page'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778c88>,
                'url_name': 'dashboard:page-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778cf8>,
                'url_name': 'dashboard:comms-list'},
               {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778d68>,
                'url_name': 'dashboard:reviews-list'}],
  'icon': 'icon-folder-close',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778b38>},
 {'icon': 'icon-bar-chart',
  'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778dd8>,
  'url_name': 'dashboard:reports-index'}]
OSCAR_DEFAULT_CURRENCY
'AED'
OSCAR_DELETE_IMAGE_FILES
True
OSCAR_EAGER_ALERTS
True
OSCAR_EMAILS_PER_PAGE
20
OSCAR_FROM_EMAIL
'Watch1010 <noreply@watch1010.com>'
OSCAR_HIDDEN_FEATURES
['reviews', 'wishlists']
OSCAR_HOMEPAGE
<django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e3c8>
OSCAR_IMAGE_FOLDER
'images/products/%Y/%m/'
OSCAR_INITIAL_LINE_STATUS
'Order placed'
OSCAR_INITIAL_ORDER_STATUS
'Order placed'
OSCAR_MAIN_TEMPLATE_DIR
'/home/watch1010/watch1010/venv/lib/python3.6/site-packages/oscar/templates/oscar'
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_PER_PAGE
48
OSCAR_ORDERS_PER_PAGE
20
OSCAR_ORDER_STATUS_PIPELINE
{'Canceled by customer': odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed']),
 'Delivered': odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed']),
 'Delivery failed': odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed']),
 'Dispatched': odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed']),
 'In progress': odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed']),
 'Order placed': odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed'])}
OSCAR_PRODUCTS_PER_PAGE
48
OSCAR_PRODUCT_SEARCH_HANDLER
None
OSCAR_PROMOTIONS_ENABLED
True
OSCAR_PROMOTION_FOLDER
'images/promotions/'
OSCAR_PROMOTION_MERCHANDISING_BLOCK_TYPES
(('Countdown', 'Vertical list'),
 ('List', 'Horizontal list'),
 ('TabbedBlock', 'Tabbed block'),
 ('SingleProduct', 'Single product'))
OSCAR_PROMOTION_POSITIONS
(('page', 'Page'),
 ('right', 'Right-hand sidebar'),
 ('left', 'Left-hand sidebar'))
OSCAR_RECENTLY_VIEWED_COOKIE_LIFETIME
604800
OSCAR_RECENTLY_VIEWED_COOKIE_NAME
'dnc_history'
OSCAR_RECENTLY_VIEWED_COOKIE_SECURE
False
OSCAR_RECENTLY_VIEWED_PRODUCTS
20
OSCAR_REQUIRED_ADDRESS_FIELDS
('first_name', 'last_name', 'line1', 'line4', 'postcode', 'country')
OSCAR_REVIEWS_PER_PAGE
48
OSCAR_SEARCH_FACETS
{'fields': {'brand': {'field': 'brand',
                      'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b45518>},
            'category': {'field': 'category',
                         'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b45550>},
            'finish': {'field': 'finish',
                       'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87081d0>},
            'gender': {'field': 'gender',
                       'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8708208>},
            'shape': {'field': 'shape',
                      'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b45588>},
            'size': {'field': 'size',
                     'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b58cc0>}},
 'queries': {}}
OSCAR_SEND_REGISTRATION_EMAIL
True
OSCAR_SETTINGS
{'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': 'dnc_open_basket',
 'OSCAR_BASKET_COOKIE_SECURE': False,
 'OSCAR_COOKIES_DELETE_ON_LOGOUT': ['dnc_recently_viewed_products'],
 'OSCAR_CURRENCY_FORMAT': {'AED': {'currency_digits': False,
                                   'format': '<span '
                                             'class="c-price__currency">¤¤</span> '
                                             '#,##0.##'}},
 'OSCAR_DASHBOARD_DEFAULT_ACCESS_FUNCTION': 'oscar.apps.dashboard.nav.default_access_fn',
 'OSCAR_DASHBOARD_ITEMS_PER_PAGE': 20,
 'OSCAR_DASHBOARD_NAVIGATION': [{'icon': 'icon-th-list',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e400>,
                                 'url_name': 'dashboard:index'},
                                {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e4e0>,
                                               'url_name': 'dashboard:catalogue-product-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e588>,
                                               'url_name': 'dashboard:catalogue-class-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e5c0>,
                                               'url_name': 'dashboard:catalogue-category-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e668>,
                                               'url_name': 'dashboard:range-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e630>,
                                               'url_name': 'dashboard:stock-alert-list'}],
                                 'icon': 'icon-sitemap',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e438>},
                                {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e6a0>,
                                               'url_name': 'dashboard:order-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e828>,
                                               'url_name': 'dashboard:order-stats'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5ecf8>,
                                               'url_name': 'dashboard:partner-list'}],
                                 'icon': 'icon-shopping-cart',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e6d8>},
                                {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778978>,
                                               'url_name': 'dashboard:users-index'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87789b0>,
                                               'url_name': 'dashboard:user-alert-list'}],
                                 'icon': 'icon-group',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778940>},
                                {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778a58>,
                                               'url_name': 'dashboard:offer-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ac8>,
                                               'url_name': 'dashboard:voucher-list'}],
                                 'icon': 'icon-bullhorn',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87789e8>},
                                {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ba8>,
                                               'url_name': 'dashboard:promotion-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778c18>,
                                               'url_name': 'dashboard:promotion-list-by-page'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778c88>,
                                               'url_name': 'dashboard:page-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778cf8>,
                                               'url_name': 'dashboard:comms-list'},
                                              {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778d68>,
                                               'url_name': 'dashboard:reviews-list'}],
                                 'icon': 'icon-folder-close',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778b38>},
                                {'icon': 'icon-bar-chart',
                                 'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778dd8>,
                                 'url_name': 'dashboard:reports-index'}],
 'OSCAR_DEFAULT_CURRENCY': 'AED',
 'OSCAR_DELETE_IMAGE_FILES': True,
 'OSCAR_EAGER_ALERTS': True,
 'OSCAR_EMAILS_PER_PAGE': 20,
 'OSCAR_FROM_EMAIL': 'web@watch1010.com',
 'OSCAR_HIDDEN_FEATURES': ['reviews', 'wishlists'],
 'OSCAR_HOMEPAGE': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e3c8>,
 'OSCAR_IMAGE_FOLDER': 'images/products/%Y/%m/',
 '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_PER_PAGE': 48,
 'OSCAR_ORDERS_PER_PAGE': 20,
 'OSCAR_PRODUCTS_PER_PAGE': 48,
 'OSCAR_PRODUCT_SEARCH_HANDLER': None,
 'OSCAR_PROMOTIONS_ENABLED': True,
 'OSCAR_PROMOTION_FOLDER': 'images/promotions/',
 'OSCAR_PROMOTION_MERCHANDISING_BLOCK_TYPES': (('Countdown', 'Vertical list'),
                                               ('List', 'Horizontal list'),
                                               ('TabbedBlock', 'Tabbed block'),
                                               ('SingleProduct',
                                                'Single product')),
 'OSCAR_PROMOTION_POSITIONS': (('page', 'Page'),
                               ('right', 'Right-hand sidebar'),
                               ('left', 'Left-hand sidebar')),
 'OSCAR_RECENTLY_VIEWED_COOKIE_LIFETIME': 604800,
 'OSCAR_RECENTLY_VIEWED_COOKIE_NAME': 'dnc_history',
 'OSCAR_RECENTLY_VIEWED_COOKIE_SECURE': False,
 'OSCAR_RECENTLY_VIEWED_PRODUCTS': 20,
 'OSCAR_REQUIRED_ADDRESS_FIELDS': ('first_name',
                                   'last_name',
                                   'line1',
                                   'line4',
                                   'postcode',
                                   'country'),
 'OSCAR_REVIEWS_PER_PAGE': 48,
 'OSCAR_SEARCH_FACETS': {'fields': {'brand': {'field': 'brand',
                                              'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b45518>},
                                    'category': {'field': 'category',
                                                 'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b45550>},
                                    'finish': {'field': 'finish',
                                               'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87081d0>},
                                    'gender': {'field': 'gender',
                                               'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8708208>},
                                    'shape': {'field': 'shape',
                                              'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b45588>},
                                    'size': {'field': 'size',
                                             'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b58cc0>}},
                         'queries': {}},
 'OSCAR_SEND_REGISTRATION_EMAIL': True,
 'OSCAR_SETTINGS': {'OSCAR_ACCOUNTS_REDIRECT_URL': 'customer:profile-view',
                    'OSCAR_ADDRESSES_PER_PAGE': 20,
                    'OSCAR_ALLOW_ANON_CHECKOUT': False,
                    '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_DASHBOARD_DEFAULT_ACCESS_FUNCTION': 'oscar.apps.dashboard.nav.default_access_fn',
                    'OSCAR_DASHBOARD_ITEMS_PER_PAGE': 20,
                    'OSCAR_DASHBOARD_NAVIGATION': [{'icon': 'icon-th-list',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e400>,
                                                    'url_name': 'dashboard:index'},
                                                   {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e4e0>,
                                                                  'url_name': 'dashboard:catalogue-product-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e588>,
                                                                  'url_name': 'dashboard:catalogue-class-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e5c0>,
                                                                  'url_name': 'dashboard:catalogue-category-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e668>,
                                                                  'url_name': 'dashboard:range-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e630>,
                                                                  'url_name': 'dashboard:stock-alert-list'}],
                                                    'icon': 'icon-sitemap',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e438>},
                                                   {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e6a0>,
                                                                  'url_name': 'dashboard:order-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e828>,
                                                                  'url_name': 'dashboard:order-stats'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5ecf8>,
                                                                  'url_name': 'dashboard:partner-list'}],
                                                    'icon': 'icon-shopping-cart',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e6d8>},
                                                   {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778978>,
                                                                  'url_name': 'dashboard:users-index'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87789b0>,
                                                                  'url_name': 'dashboard:user-alert-list'}],
                                                    'icon': 'icon-group',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778940>},
                                                   {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778a58>,
                                                                  'url_name': 'dashboard:offer-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ac8>,
                                                                  'url_name': 'dashboard:voucher-list'}],
                                                    'icon': 'icon-bullhorn',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87789e8>},
                                                   {'children': [{'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ba8>,
                                                                  'url_name': 'dashboard:promotion-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778c18>,
                                                                  'url_name': 'dashboard:promotion-list-by-page'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778c88>,
                                                                  'url_name': 'dashboard:page-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778cf8>,
                                                                  'url_name': 'dashboard:comms-list'},
                                                                 {'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778d68>,
                                                                  'url_name': 'dashboard:reviews-list'}],
                                                    'icon': 'icon-folder-close',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778b38>},
                                                   {'icon': 'icon-bar-chart',
                                                    'label': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778dd8>,
                                                    'url_name': 'dashboard:reports-index'}],
                    'OSCAR_DEFAULT_CURRENCY': 'GBP',
                    'OSCAR_DELETE_IMAGE_FILES': True,
                    'OSCAR_EAGER_ALERTS': True,
                    'OSCAR_EMAILS_PER_PAGE': 20,
                    'OSCAR_FROM_EMAIL': 'oscar@example.com',
                    'OSCAR_HIDDEN_FEATURES': [],
                    'OSCAR_HOMEPAGE': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8b5e3c8>,
                    'OSCAR_IMAGE_FOLDER': 'images/products/%Y/%m/',
                    '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_PER_PAGE': 20,
                    'OSCAR_ORDERS_PER_PAGE': 20,
                    'OSCAR_PRODUCTS_PER_PAGE': 20,
                    'OSCAR_PRODUCT_SEARCH_HANDLER': None,
                    'OSCAR_PROMOTIONS_ENABLED': True,
                    'OSCAR_PROMOTION_FOLDER': 'images/promotions/',
                    'OSCAR_PROMOTION_MERCHANDISING_BLOCK_TYPES': (('Countdown',
                                                                   'Vertical '
                                                                   'list'),
                                                                  ('List',
                                                                   'Horizontal '
                                                                   'list'),
                                                                  ('TabbedBlock',
                                                                   'Tabbed '
                                                                   'block'),
                                                                  ('SingleProduct',
                                                                   'Single '
                                                                   'product')),
                    'OSCAR_PROMOTION_POSITIONS': (('page', 'Page'),
                                                  ('right',
                                                   'Right-hand sidebar'),
                                                  ('left',
                                                   'Left-hand sidebar')),
                    'OSCAR_RECENTLY_VIEWED_COOKIE_LIFETIME': 604800,
                    'OSCAR_RECENTLY_VIEWED_COOKIE_NAME': 'oscar_history',
                    'OSCAR_RECENTLY_VIEWED_COOKIE_SECURE': False,
                    'OSCAR_RECENTLY_VIEWED_PRODUCTS': 20,
                    'OSCAR_REQUIRED_ADDRESS_FIELDS': ('first_name',
                                                      'last_name',
                                                      'line1',
                                                      'line4',
                                                      'postcode',
                                                      'country'),
                    'OSCAR_REVIEWS_PER_PAGE': 20,
                    'OSCAR_SEARCH_FACETS': {'fields': {'product_class': {'field': 'product_class',
                                                                         'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778e80>},
                                                       'rating': {'field': 'rating',
                                                                  'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778ef0>}},
                                            'queries': {'price_range': {'field': 'price',
                                                                        'name': <django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778f60>,
                                                                        'queries': [(<django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8778fd0>,
                                                                                     '[0 '
                                                                                     'TO '
                                                                                     '20]'),
                                                                                    (<django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8708080>,
                                                                                     '[20 '
                                                                                     'TO '
                                                                                     '40]'),
                                                                                    (<django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d87080f0>,
                                                                                     '[40 '
                                                                                     'TO '
                                                                                     '60]'),
                                                                                    (<django.utils.functional.lazy.<locals>.__proxy__ object at 0x7fa1d8708160>,
                                                                                     '[60 '
                                                                                     'TO '
                                                                                     '*]')]}}},
                    'OSCAR_SEND_REGISTRATION_EMAIL': True,
                    'OSCAR_SHOP_NAME': 'Oscar',
                    'OSCAR_SHOP_TAGLINE': '',
                    'OSCAR_SLUG_ALLOW_UNICODE': False,
                    'OSCAR_SLUG_BLACKLIST': [],
                    'OSCAR_SLUG_FUNCTION': 'oscar.core.utils.default_slugifier',
                    'OSCAR_SLUG_MAP': {},
                    'OSCAR_STOCK_ALERTS_PER_PAGE': 20,
                    'OSCAR_UPLOAD_ROOT': '/tmp'},
 'OSCAR_SHOP_NAME': 'Watch1010',
 'OSCAR_SHOP_TAGLINE': '',
 'OSCAR_SLUG_ALLOW_UNICODE': False,
 'OSCAR_SLUG_BLACKLIST': [],
 'OSCAR_SLUG_FUNCTION': 'oscar.core.utils.default_slugifier',
 'OSCAR_SLUG_MAP': {},
 'OSCAR_STOCK_ALERTS_PER_PAGE': 20,
 'OSCAR_UPLOAD_ROOT': '/tmp'}
OSCAR_SHOP_NAME
'Watch1010'
OSCAR_SHOP_TAGLINE
''
OSCAR_SLUG_ALLOW_UNICODE
False
OSCAR_SLUG_BLACKLIST
[]
OSCAR_SLUG_FUNCTION
'oscar.core.utils.default_slugifier'
OSCAR_SLUG_MAP
{}
OSCAR_STOCK_ALERTS_PER_PAGE
20
OSCAR_UPLOAD_ROOT
'/tmp'
PAGE_CUSTOMER_CONFIGURATIONS
{'0': 'individual', '1': 'trade'}
PAGE_CUSTOMER_CONFIGURATIONS_QUERY_PARAMETER
'pcc'
PARLER_DEFAULT_LANGUAGE_CODE
'en'
PARLER_LANGUAGES
{None: ({'code': 'en', 'fallbacks': [['en']], 'hide_untranslated': True},),
 'default': {'code': 'en', 'fallbacks': [['en']], 'hide_untranslated': True}}
PASSWORD_HASHERS
'********************'
PASSWORD_RESET_TIMEOUT_DAYS
'********************'
POST_DEFAULT_FIELDSETS
[(None,
  {'fields': [['title', 'publish'], ['categories'], ['abstract'], ['tags']]}),
 ('Info',
  {'classes': ('collapse',),
   'fields': [['slug'], ['date_published'], ['date_published_end']]}),
 ('Hidden Fields',
  {'classes': ['hidden'],
   'fields': [('app_config',
               'main_image_full',
               'main_image_thumbnail',
               'main_image')]})]
PREPEND_WWW
False
RAVEN_CONFIG_DSN
None
ROOT_URLCONF
'watch1010.urls'
SECRET_KEY
'********************'
SECURE_BROWSER_XSS_FILTER
False
SECURE_CONTENT_TYPE_NOSNIFF
False
SECURE_HSTS_INCLUDE_SUBDOMAINS
False
SECURE_HSTS_SECONDS
0
SECURE_PROXY_SSL_HEADER
None
SECURE_REDIRECT_EXEMPT
[]
SECURE_SSL_HOST
None
SECURE_SSL_REDIRECT
False
SENTRY_ENVIRONMENT
'development'
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_SECURE
False
SESSION_ENGINE
'django.contrib.sessions.backends.cache'
SESSION_EXPIRE_AT_BROWSER_CLOSE
False
SESSION_FILE_PATH
None
SESSION_SAVE_EVERY_REQUEST
False
SESSION_SERIALIZER
'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE
'watch1010.settings'
SHORT_DATETIME_FORMAT
'm/d/Y P'
SHORT_DATE_FORMAT
'm/d/Y'
SIGNING_BACKEND
'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS
[]
SINGLE_PRODUCT
'SingleProduct'
SITE_ID
1
SORTED_ORDER_STATUSES
odict_values(['Order placed', 'In progress', 'Dispatched', 'Delivered', 'Canceled by customer', 'Delivery failed'])
STATICFILES_DIRS
['/home/watch1010/watch1010/static']
STATICFILES_FINDERS
['django.contrib.staticfiles.finders.FileSystemFinder',
 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
 'compressor.finders.CompressorFinder']
STATICFILES_STORAGE
'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT
'/home/watch1010/watch1010/public/static'
STATIC_URL
'/static/'
SWAGGER_SETTINGS
{'SECURITY_DEFINITIONS': {}, 'VALIDATOR_URL': None}
TABBED_BLOCK
'TabbedBlock'
TEMPLATES
[{'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': ['/home/watch1010/watch1010/templates',
           '/home/watch1010/watch1010/venv/lib/python3.6/site-packages/oscar/templates/oscar'],
  'OPTIONS': {'context_processors': ['django.contrib.auth.context_processors.auth',
                                     'django.contrib.messages.context_processors.messages',
                                     'django.template.context_processors.i18n',
                                     'django.template.context_processors.debug',
                                     'django.template.context_processors.request',
                                     'django.template.context_processors.media',
                                     'django.template.context_processors.csrf',
                                     'django.template.context_processors.tz',
                                     'django.template.context_processors.static',
                                     'cms.context_processors.cms_settings',
                                     'sekizai.context_processors.sekizai',
                                     'oscar.apps.search.context_processors.search_form',
                                     'oscar.apps.promotions.context_processors.promotions',
                                     'oscar.apps.checkout.context_processors.checkout',
                                     'oscar.apps.customer.notifications.context_processors.notifications',
                                     'oscar.core.context_processors.metadata',
                                     'apps.user.context_processors.popup_login_form',
                                     'apps.blog.context_processor.post_view',
                                     'watch1010.context_processors.common_variables',
                                     'watch1010.search.context_processors.search_app'],
              'loaders': ['django.template.loaders.filesystem.Loader',
                          'django.template.loaders.app_directories.Loader']}}]
TERMS_AND_CONDITIONS_PAGE_SLUG
'terms'
TEST_NON_SERIALIZED_APPS
[]
TEST_RUNNER
'django.test.runner.DiscoverRunner'
TEXT_HTML_SANITIZE
False
TEXT_PLUGIN_MODULE_NAME
'Content'
TEXT_SAVE_IMAGE_FUNCTION
'djangocms_text_ckeditor.picture_save.create_picture_plugin'
THOUSAND_SEPARATOR
','
THUMBNAIL_BACKEND
'watch1010.xthumbnail.engines.wand.ThumbnailBackend'
THUMBNAIL_DEBUG
False
THUMBNAIL_ENGINE
'watch1010.xthumbnail.engines.wand.Engine'
THUMBNAIL_OPTIMIZE_COMMAND
{'gif': '/usr/bin/optipng {filename}',
 'jpeg': '/usr/bin/jpegoptim {filename}',
 'png': '/usr/bin/optipng {filename}'}
THUMBNAIL_PRESERVE_EXTENSIONS
('png', 'gif')
THUMBNAIL_PRESERVE_FORMAT
True
THUMBNAIL_PROCESSORS
('watch1010.xthumbnail.processors.profile_processor.profile_processor',
 'easy_thumbnails.processors.colorspace',
 'easy_thumbnails.processors.autocrop',
 'filer.thumbnail_processors.scale_and_crop_with_subject_location',
 'easy_thumbnails.processors.filters',
 'easy_thumbnails.processors.background')
THUMBNAIL_QUALITY
85
TIME_FORMAT
'P'
TIME_INPUT_FORMATS
['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE
'UTC'
USE_ETAGS
False
USE_I18N
True
USE_L10N
True
USE_THOUSAND_SEPARATOR
False
USE_TZ
True
USE_X_FORWARDED_HOST
False
USE_X_FORWARDED_PORT
False
VIMEO_ACCESS_TOKEN
'********************'
VIMEO_CACHE_BACKEND
'default'
VIMEO_CLIENT_ID
'4b29029949aa98f3cde8d0159e6eb5152b65b7d5'
VIMEO_CLIENT_SECRET
'********************'
WATCHES_SIZE_MAPPING_TABLE
{24: 'Small', 34: 'Medium', 44: 'Large', 1000: 'X-Large'}
WSGI_APPLICATION
'watch1010.wsgi.application'
X_FRAME_OPTIONS
'SAMEORIGIN'
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.