Page not found (404)

Request Method: GET
Request URL: http://xn----htbdkih2bb.xn--p1ai/main/page,1,3,7-pravitelstvo-namereno-otkazatsya-ot-dolevogo-stroitelstva-k-2020-godu.html

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

  1. admin/
  2. api/v1/newslist/
  3. api/v1/projectlist/
  4. ckeditor/
  5. ^static\/(?P<path>.*)$
  6. ^media\/(?P<path>.*)$

The current path, main/page,1,3,7-pravitelstvo-namereno-otkazatsya-ot-dolevogo-stroitelstva-k-2020-godu.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.