Page not found (404)

Жодні Офіси і магазини не були знайдені по запиту
Request Method: GET
Request URL: http://gek.kiev.ua/objects/detail/offices/71/
Raised by: rieltor_object.views.OficeDetailSiteView

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

  1. ^$ [name='main']
  2. ^search/[\w-]*$ [name='main']
  3. superadmin/
  4. ^users/
  5. ^common/
  6. ^admin/
  7. ^ckeditor/
  8. ^articles/
  9. ^services/
  10. ^objects/ ^detail/buildings/(?P<pk>[\w-]+)/$ [name='buildings_detail']
  11. ^objects/ ^buildings/[\w-]* [name='buildings']
  12. ^objects/ ^newbuildings/[\w-]* [name='newbuildings']
  13. ^objects/ ^detail/newbuildings/(?P<slug>[\w-]+)$ [name='newbuilding_detail']
  14. ^objects/ ^offices/[\w-]* [name='ofices']
  15. ^objects/ ^detail/offices/(?P<pk>[\w-]+)/$ [name='ofice_detail']

The current path, objects/detail/offices/71/, 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.