Page not found (404)

Request Method: GET
Request URL: https://www.mysteryshoppers.ru/blog.php?page=0

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

  1. ^$ [name='home']
  2. ^page/
  3. ^news/
  4. ^clients/
  5. ^cases/
  6. ^feedback/
  7. ^blog/
  8. ^tagging_autocomplete/
  9. ^d632d62285ba.html$ [name='pdd-yandex']
  10. ^500/$
  11. ^404/$
  12. ^robots.txt$
  13. ^sitemap.xml$
  14. ^sitemap.html$ [name='sitemap_html']
  15. ^admin/
  16. ^media/(?P<path>.*)$
  17. ^static/(?P<path>.*)$

The current URL, blog.php, 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.