Page not found (404)

Request Method: GET
Request URL: http://gamak-ufa.ru/index.php/shtory-verevochnye

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

  1. [name='showcase']
  2. contacts
  3. about
  4. delivery
  5. contacts
  6. <slug:name_category>
  7. <slug:name_category>/<int:id>
  8. ^media/(?P<path>.*)$
  9. admin/panel

The current path, index.php/shtory-verevochnye, 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.