Page not found (404)

Request Method: GET
Request URL: https://www.miminiki.cz/znacky/tikiri-zoo/%3Cbound%20method%20Manufacturer.get_absolute_url%20of%20%3CManufacturer:%20TIKIRI%20ZOO%3E%3E

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

  1. ^__debug__/
  2. ^ajax_select/
  3. ^admin/
  4. ^hledat/
  5. ^kosik/kupon/
  6. ^__ajax__/forms/
  7. ^kosik/
  8. ^oblibene/
  9. ^kosik/dodani/zasilkovna_cz/
  10. ^newslettery/
  11. ^zakaznik/
  12. ^invoices/
  13. ^robots.txt$
  14. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  15. ^(?P<url>[-\w/]+/)$ [name='detail']
  16. ^$ [name='index']
  17. ^(?P<url>[-\w/]+/)$ [name='detail']
  18. ^$ [name='index']

The current path, znacky/tikiri-zoo/<bound method Manufacturer.get_absolute_url of <Manufacturer: TIKIRI ZOO>>, 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.