Page not found (404)

Request Method: GET
Request URL: https://alba.com.ua/2015/11/09/%25D1%2582%25D0%25B2%25D0%25BE%25D0%25B5-%25D0%25B2%25D0%25BA%25D1%2583%25D1%2581%25D0%25BD%25D0%25BE%25D0%25B5-%25D1%2583%25D1%2582%25D1%2580%25D0%25BE-%25D0%25BD%25D0%25B0-%25D0%25BA%25D1%2583%25D1%2585%25D0%25BD%25D0%25B5-%25D0%25B7%25D0%25B0%25D0%25B2%25D0%25B5%25D1%2580%25D1%2588%25D0%25B8%25D0%25BB/

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

  1. ^admin/
  2. ^ ^$ [name='home']
  3. ^ ^portfolio/(?P<proj_id>\d+)/$ [name='portopen']
  4. ^ privacy_policy/$ [name='privacy_policy']
  5. ^ contacts/$ [name='contacts']
  6. ^ kuhni/$ [name='kuhni']
  7. ^ detskie/$ [name='detskie']
  8. ^ spalni/$ [name='spalni']
  9. ^ shkaf/$ [name='shkaf']
  10. ^ vanna/$ [name='vanna']
  11. ^ design/$ [name='design']
  12. ^ about/$ [name='about']
  13. ^ portfolio/$ [name='main']
  14. ^ kitchen_selector/$ [name='kitchen_selector']
  15. ^ configurator/$ [name='configurator']
  16. ^ thank_you/$ [name='thank_you']
  17. ^ form-calc/$ [name='form_calc']
  18. ^ form-opros/$ [name='form_opros']
  19. ^ ^media\/(?P<path>.*)$
  20. ^sitemap\.xml$
  21. ^robots.txt$
  22. ^media\/(?P<path>.*)$

The current path, 2015/11/09/%D1%82%D0%B2%D0%BE%D0%B5-%D0%B2%D0%BA%D1%83%D1%81%D0%BD%D0%BE%D0%B5-%D1%83%D1%82%D1%80%D0%BE-%D0%BD%D0%B0-%D0%BA%D1%83%D1%85%D0%BD%D0%B5-%D0%B7%D0%B0%D0%B2%D0%B5%D1%80%D1%88%D0%B8%D0%BB/, 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.