Page not found (404)

Request Method: GET
Request URL: http://siwy-dym.pl/fajerwerki-to-doskonala-rozrywka/

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

  1. admin/
  2. [name='index']
  3. privacy-policy [name='privacy-policy']
  4. search [name='search-list']
  5. marka/<slug:make> [name='make']
  6. article/tags/<str:tag> [name='article-tags-list']
  7. article/<str:kind>/<slug:slug> [name='article-details']
  8. article/<slug:kind> [name='article']
  9. sitemap.xml

The current path, fajerwerki-to-doskonala-rozrywka/, 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.