Page not found (404)

Request Method: GET
Request URL: https://prostir.te.ua/gallery/proekt-budynku-5/

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

  1. admin/filebrowser/
  2. grappelli/
  3. admin/
  4. i18n/
  5. lang/ [name='lang']
  6. ^static/(?P<path>.*)$
  7. ^media/(?P<path>.*)$
  8. favicon.ico [name='favicon']
  9. robots.txt [name='robots_file']
  10. ^media\/(?P<path>.*)$
  11. [name='index']
  12. contacts/ [name='contacts']
  13. about-us/ [name='about_us']
  14. j/feebackform/ [name='feedback_form']
  15. j/update_insta_photos/ [name='update_insta_photos']
  16. j/render_menu/ [name='render_menu']
  17. publications/ [name='publications']
  18. blog/ [name='blog']
  19. ^blog/(?P<article_link>[\w\d\W]+)/$ [name='article']
  20. projects/ [name='projects']
  21. projects/<category_link>/ [name='category_project']
  22. projects/<slug:category_link>/<slug:project_link>/ [name='projects']
  23. j/get_project_cart_template/ [name='get_project_cart_template']
  24. j/get_projects_carts_templates/ [name='get_projects_carts_templates']
  25. ^ckeditor/

The current path, gallery/proekt-budynku-5/, 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.