Page not found (404)

Request Method: GET
Request URL: http://skad.edu.pl/publikacja/taksonomia-16

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

  1. [name='about']
  2. sectionCouncil/ [name='sectionCouncil']
  3. sectionMember/ [name='sectionMember']
  4. organization/ [name='organization']
  5. contact/ [name='contact']
  6. news/ [name='news']
  7. news/<int:id>/ [name='selectedNews']
  8. publication/ [name='publication']
  9. publication/<int:id>/ [name='selectedPublication']
  10. conference/ [name='conference']
  11. conference/<int:id>/ [name='selectedConference']
  12. admin/
  13. change-language/ [name='change_language']
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$
  16. ^favicon\.ico$
  17. ^media/(?P<path>.*)$

The current path, publikacja/taksonomia-16, 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.