Page not found (404)

Request Method: GET
Request URL: http://www.ddcompany.ru/objects/category/4/”/

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

  1. ^$
  2. ^login/$
  3. ^logout/$
  4. ^service/
  5. ^group/$
  6. ^group/service/$
  7. ^group/privacy/$
  8. ^group/career/
  9. ^objects/ ^$
  10. ^objects/ ^category/(?P<object_id>\d+)/$
  11. ^objects/ ^object/(?P<object_id>\d+)/$
  12. ^analytics/$
  13. ^press/
  14. ^contacts/$
  15. ^clients/
  16. ^feedback/
  17. ^menu_left.xml$
  18. ^menu.xml$
  19. ^sitemap.xml$
  20. ^admin/(.*)
  21. ^media/(?P<path>.*)$

The current URL, objects/category/4/”/, 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.