Page not found (404)

Request Method: GET
Request URL: https://www.tandem-ss.ru/page/electro-montage/insta

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

  1. ^$
  2. ^page/ ^$ [name='page_list']
  3. ^page/ ^(?P<slug>[\w-]+)/$ [name='page_detail']
  4. ^nested_admin/
  5. ^tagging_autocomplete/
  6. ^500/$
  7. ^404/$
  8. ^admin/
  9. ^tesla/
  10. ^robots.txt$
  11. ^sitemap.xml$

The current URL, page/electro-montage/insta, 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.