Page not found (404)

Request Method: GET
Request URL: http://promkody.ru/promokody-sbermarket/

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

  1. ^$ [name='frontpage']
  2. ^store/(?P<company_uri>.+?)/$ [name='company_page']
  3. ^store/$ [name='store_list']
  4. ^category/(?P<category_uri>.+?)/$ [name='category_page']
  5. ^category/$ [name='category_list']
  6. robots.txt [name='robots']
  7. admin/
  8. ^static/(?P<path>.*)$

The current path, promokody-sbermarket/, 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.