Page not found (404)

Request Method: GET
Request URL: https://www.korelis.cz/manufacturers/azzardo?tmpl=component

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

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

The current path, manufacturers/azzardo, 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.