Page not found (404)

Request Method: GET
Request URL: https://alba.com.ua/2017/04/29/mebel-dlya-detskoj-chto-nuzhno-uchest-pri-pokupke/

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, 2017/04/29/mebel-dlya-detskoj-chto-nuzhno-uchest-pri-pokupke/, 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.