Page not found (404)

Request Method: GET
Request URL: http://soyuzbc.ru/tenants/ooo-finansovyy-ekspert/

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

  1. ^$ [name='home']
  2. ^about [name='about']
  3. ^floors/$ [name='floors']
  4. ^floor/(?P<floor>[0-9]+)/$ [name='floor']
  5. ^office/(?P<slug>[0-9]+)/$ [name='detail']
  6. ^map [name='map']
  7. ^ajax/$ [name='contactform']
  8. ^media\/(?P<path>.*)$
  9. admin/
  10. ^media\/(?P<path>.*)$

The current path, tenants/ooo-finansovyy-ekspert/, 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.