Page not found (404)

Request Method: GET
Request URL: https://littleme.ru/catalog.html?item_id=11700

Using the URLconf defined in eshop.urls, Django tried these URL patterns, in this order:

  1. i18n/
  2. admin/
  3. ^catalogue/
  4. ^basket/
  5. ^checkout/
  6. ^accounts/
  7. ^search/
  8. ^dashboard/
  9. ^offers/
  10. ^password-reset/$ [name='password-reset']
  11. ^password-reset/done/$ [name='password-reset-done']
  12. ^password-reset/confirm/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password-reset-confirm']
  13. ^password-reset/complete/$ [name='password-reset-complete']
  14. page-redirect/(?P<page_promotion_id>\d+)/$ [name='page-click']
  15. keyword-redirect/(?P<keyword_promotion_id>\d+)/$ [name='keyword-click']
  16. ^$ [name='home']
  17. yandex_response/<int:pk>/ [name='Yandex Try']
  18. about/
  19. ^media/(?P<path>.*)$

The current path, catalog.html, didn't match any of these.

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 404 page.