Page not found (404)

Request Method: GET
Request URL: https://alba.com.ua/2016/07/22/%25D1%2581%25D0%25BF%25D1%2580%25D0%25BE%25D1%2581%25D0%25B8%25D1%2582%25D0%25B5-%25D1%2583-alba-%25D0%25B2%25D0%25B8%25D0%25B4%25D0%25B5%25D0%25BE%25D0%25B1%25D0%25BB%25D0%25BE%25D0%25B3-%25D1%2581%25D0%25B5%25D0%25BA%25D1%2580%25D0%25B5%25D1%2582%25D0%25B0%25D1%2585-%25D0%25BC%25D0%25B8%25D1%2580/

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, 2016/07/22/%D1%81%D0%BF%D1%80%D0%BE%D1%81%D0%B8%D1%82%D0%B5-%D1%83-alba-%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE%D0%B1%D0%BB%D0%BE%D0%B3-%D1%81%D0%B5%D0%BA%D1%80%D0%B5%D1%82%D0%B0%D1%85-%D0%BC%D0%B8%D1%80/, 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.