Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://20z.pl/chwilowki-pozabankowe/
Raised by: blog.views.category

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

  1. admin/
  2. sitemap-blog.xml [name='django.contrib.sitemaps.views.sitemap']
  3. robots.txt [name='robots_txt']
  4. about.html [name='about']
  5. kontakt.html [name='kontakt']
  6. search/ [name='search']
  7. <slug:category_slug>/<slug:slug>.html [name='post_detail']
  8. <slug:slug>/ [name='category_detail']

The current path, chwilowki-pozabankowe/, 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.