Page not found (404)

No CatalogCategory matches the given query.
Request Method: GET
Request URL: http://banket-valencia.ru/menu/komplexnye-obedy/
Raised by: catalog.views.get_category

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

  1. admin/
  2. zally/
  3. events/
  4. vmestimost/
  5. articles/
  6. menu/ [name='catalog']
  7. menu/ <slug:category_slug>/ [name='get_category']

The current path, menu/komplexnye-obedy/, matched the last one.

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.