Page not found (404)

Request Method: GET
Request URL: http://dreamdog.pl/nowosci.html

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

  1. ^ ^$ [name='main']
  2. ^ ^fitness-dog.html$ [name='fitness-dog']
  3. ^ ^galeria.html$ [name='galeria']
  4. ^ ^index.html$ [name='index']
  5. ^ ^nosework.html$ [name='nosework']
  6. ^ ^kontakt.html$ [name='kontakt']
  7. ^ ^newsy.html$ [name='newsy']
  8. ^ ^o-nas.html$ [name='o-nas']
  9. ^ ^pies-rodzinny.html$ [name='pies-rodzinny']
  10. ^ ^podstawy-obedience.html$ [name='podstawy-obedience']
  11. ^ ^podstawy-psich-sportow.html$ [name='podstawy-psich-sportow']
  12. ^ ^psie-przedszkole.html$ [name='psie-przedszkole']
  13. ^ ^spacery.html$ [name='spacery']
  14. ^ ^treningi-indywidualne.html$ [name='treningi-indywidualne']
  15. ^ ^zgloszenie.html$ [name='zgloszenie']
  16. ^admin/

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