Page not found (404)

Request Method: GET
Request URL: http://www.labs.lomza.pl/images/LIGAINTERNETOWA4/LIGA4/index.html

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

  1. turnieje/
  2. admin/filebrowser/
  3. admin/
  4. tinymce/
  5. __reload__/
  6. [name='home']
  7. postl/<int:id> [name='postl-reverse']
  8. aktualnosci/<int:id> [name='postm-reverse']
  9. postp/<int:id> [name='postr-reverse']
  10. baner/<int:id> [name='banner-reverse']
  11. stopka/<int:id> [name='footer-reverse']
  12. post/<int:id> [name='post-reverse']
  13. <str:wildcard>
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$
  16. ^ftp(?P<path>.*)$

The current path, images/LIGAINTERNETOWA4/LIGA4/index.html, 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.