Page not found (404)

Request Method: GET
Request URL: http://meble-bobrowski.pl/pl/witryny.html

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

  1. ^ ^$ [name='base_index']
  2. ^ ^get_background/ [name='base_get_background']
  3. ^strony/
  4. ^meble/
  5. ^tinymce/
  6. ^admin/filebrowser/
  7. ^grappelli/
  8. ^admin/
  9. ^sitemap/(?P<path>.*)$
  10. ^robots\.txt$

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