Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://zalomskij.ru/special_wedding/
Raised by: zalomskij.views.GalleryView

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

  1. admin/
  2. ckeditor/
  3. summernote/
  4. start/
  5. project/
  6. api/
  7. event/
  8. live/
  9. aero/
  10. plan/
  11. special/
  12. telegram/
  13. blog/
  14. blog/<str:url>/
  15. blog/tag/<str:url>/
  16. calendar/
  17. feedbacks/
  18. fotobudka/
  19. gift/
  20. video/
  21. video_one/<str:pk>/
  22. video/<str:slug>/
  23. contacts/
  24. gift/<str:gift_id>/
  25. gift_wait/<str:gift_id>/
  26. get_booth/<str:dt>/
  27. yandex_money/
  28. make_ref/
  29. usage/
  30. usage_user/
  31. ref/<str:uid>/
  32. <str:url>/

The current path, special_wedding/, matched the last one.

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.