Page not found (404)

Request Method: GET
Request URL: https://z-podkova.ru/rooms/nomer3/

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

  1. super/server_restart/
  2. super/site_setup/ [name='site_setup']
  3. whois
  4. whois/
  5. robots.txt
  6. sitemap.xml
  7. favicon.png
  8. test/
  9. test2/
  10. super/a_fields/
  11. super/a_rights/
  12. login/
  13. admin/login/
  14. admin/
  15. [name='main_index']
  16. category/ [name='category_main']
  17. category/<slug:slug>/ [name='category']
  18. product/<slug:slug>/ [name='product']
  19. service/<slug:slug>/ [name='service']
  20. portfolio/ [name='portfolio']
  21. review/ [name='review']
  22. info/<slug:slug>/ [name='info_page']
  23. __debug__/
  24. ^media\/(?P<path>.*)$
  25. ^static\/(?P<path>.*)$

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