Page not found (404)

Request Method: GET
Request URL: http://rdrgroup.ru/poisk/

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

  1. grappelli/
  2. admin/
  3. shop/
  4. [name='home']
  5. <path:url> <path:url> [name='django.contrib.flatpages.views.flatpage']
  6. ckeditor/
  7. sitemap.xml
  8. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  9. ^media\/(?P<path>.*)$

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