Page not found (404)

Request Method: GET
Request URL: http://nspj.bydgoszcz.pl/news/

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

  1. ^admin/
  2. ^site_media/(.*)$
  3. ^kontakt/$
  4. ^kontakt/thanks/$
  5. ^odpowiedz/thanks/$
  6. ^listy/$
  7. ^odpowiedzi/$
  8. ^list/(?P<pk>\d+)/$
  9. ^list/przekaz/(?P<pk>\d+)/(?P<adresat>\d+)/$
  10. ^film/$
  11. ^kazanie/$
  12. ^katecheza/$
  13. ^news/(?P<slug>[\w\-_]+)/$
  14. ^print/(?P<slug>[\w\-_]+)/$
  15. ^/?$
  16. ^static/sitemap
  17. ^static/
  18. ^resp/
  19. ^tag/(?P<tag>[^/]+)/$
  20. ^rss/(?P<url>.*)/$
  21. ^search/?$
  22. ^(?P<year>\d{4})/(?P<month>[a-z]{3})/$
  23. ^newsletter/subscribe/
  24. ^newsletter/unsubscribe/
  25. ^newsletter/sending/$
  26. ^regiony/(?P<region>[\w\-_]+)/$
  27. ^links/
  28. ^intencje/
  29. ^captcha/
  30. ^odpowiedz/(?P<pk>\d+)/$
  31. ^odpowiedz/zobacz/(?P<pk>\d+)/$
  32. ^accounts/login/$

The current URL, news/, 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.