Page not found (404)

Request Method: GET
Request URL: http://185.204.0.136:8010/category/fatin/yevrofatin/oranzhevyy-i-ottenki-2/

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

  1. admin/
  2. tinymce/
  3. [name='home']
  4. dostavka [name='dostavka']
  5. oplata [name='oplata']
  6. contacts [name='contacts']
  7. politika [name='politika']
  8. contacts-form [name='contacts_form']
  9. cart/
  10. orders/
  11. catalog/
  12. ^media/(?P<path>.*)$

The current path, category/fatin/yevrofatin/oranzhevyy-i-ottenki-2/, 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.