Page not found (404)

Request Method: GET
Request URL: https://www.centrsvet.us/projects/moss_hotel/
Raised by: catalog.views.wrapper

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

  1. ^__debug__/
  2. ^i18n/
  3. ^images/
  4. ^nested_admin/
  5. admin/rosetta/
  6. ^admin/filebrowser/
  7. ^grappelli/
  8. ^admin/
  9. profile/
  10. show_project/ [name='show_project']
  11. ^editor/(?P<app>[\w\d_]+)/(?P<model>[\w\d_]+)/(?P<pk>[\d]+)/$ [name='object_editor']
  12. ^editor/(?P<app>[\w\d_]+)/(?P<model>[\w\d_]+)/(?P<slug>[\w\d_]+)/$ [name='object_editor']
  13. api/slider/<slug:slug>.json [name='api_get_slider']
  14. api/slider/<slug:slug> [name='api_get_slider2']
  15. art.json [name='api_get_art']
  16. app/api/
  17. centrsvet_api/
  18. ^my_city/(?P<my_city>[\w\d-]+)/$ [name='set_my_city']
  19. ^my_city/$ [name='my_city']
  20. ^api/geo_location/(?P<client_ip>[\d\.]+)/$ [name='api_geo_location_ip']
  21. ^api/geo_location/$ [name='api_geo_location']
  22. ^api/get_csrf_token/$ [name='api_get_csrf_token']
  23. ^api/trap [name='api_trap']
  24. ^autodiscover/autodiscover.xml [name='api_trap2']
  25. ^restore_password/$ [name='restore_password']
  26. ^restore_password/(?P<token>[\w\d]+)/$ [name='restore_password_token']
  27. qrcode/(?P<hash_string>[\w\d_-]+)/ [name='product_qrcode']
  28. qrs/(?P<hash_string>[\w\d_-]+)/ [name='subproduct_qrcode']
  29. qrc/(?P<hash_string>[\w\d_-]+)/ [name='category_qrcode']
  30. api/projects$ [name='api_get_projects']
  31. api/counter_video/ [name='counter_video']
  32. api/error_list/$ [name='api_error_list']
  33. api/access/yandex [name='api_access_yandex']
  34. api/projects/(?P<slug>[\w\d_-]+)/ [name='api_get_project']
  35. api/select_area_image/ [name='api_select_area_image']
  36. api/get_project_slider/(?P<slug>[\w\d_-]+)/ [name='api_get_project_slider']
  37. api/get_instagram_media/ [name='api_get_instagram_media']
  38. api/news$ [name='api_get_news']
  39. api/get_user_info/(?P<session_key>[\w\d_-]+)/$ [name='api_get_user_info']
  40. api/front_locales/ [name='api_front_locales']
  41. api/news/(?P<slug>[\w\d_-]+) [name='api_get_news_slug']
  42. api/reverse_qrcode/(?P<url_hash>[\w\d]+)/ [name='api_reverse_qrcode']
  43. api/upload/(?P<upload_path>.*)/$ [name='api_upload_file']
  44. ^api/(?P<object_name>[\w]+)/(?P<id>[\d]+) [name='api_get_object']
  45. api/image/(?P<image>[\w\d_-]+) [name='api_get_image']
  46. api/editorformconfig/(?P<name>[\w\d\_]+)/ [name='editorformconfig']
  47. slider/category/(?P<slug>[\w\d_-]+)/ [name='make_slider_category']
  48. slider/product/(?P<slug>[\w\d_-]+)/ [name='make_slider_product']
  49. slider/project/(?P<slug>[\w\d_-]+)/ [name='make_slider_project']
  50. social/instagram [name='social_instagram_from_token']
  51. api/clean_cache/staff/$ [name='api_clean_cache_staff']
  52. api/clean_cache/auth/$ [name='api_clean_cache_auth']
  53. api/update_product_category_slug/$ [name='api_update_product_category_slug']
  54. api/scrap/$ [name='scraping']
  55. pay/webhook [name='pay_webhook']
  56. pay/sber/webhook [name='sber_webhook']
  57. pay/vtb/webhook [name='vtb_webhook']
  58. ^insta/$
  59. ^instagram/$
  60. ^vk/$
  61. ^face/$
  62. ^compare_page/ [name='compare_page']
  63. sitemap_<int:page>.xml [name='sitemap_pages']
  64. sitemap_pages.xml [name='sitemap_old']
  65. sitemap_<slug:slug>_<int:page>_images.xml [name='sitemap_slug_images']
  66. sitemap_images.xml [name='sitemap_images']
  67. sitemap.xml [name='sitemap_xml']
  68. ^robots.txt [name='robots']
  69. catalog/
  70. ^contacts/
  71. ^faq/
  72. ^projects/ qrp/(?P<hash_string>[\w\d_-]+)/ [name='project_qrcode']
  73. ^projects/ api/get_project/(?P<slug>[\w\d_-]+)/$ [name='api_project']
  74. ^projects/ api/get_project_list/(?P<tag>[\w\d_-]+)/$ [name='api_project_list_tag']
  75. ^projects/ api/get_project_list/$ [name='api_project_list']
  76. ^projects/ api/page_projects/(?P<slug>[\w\d_-]+)/$ [name='api_page_project_list']
  77. ^projects/ api/new_projects/(?P<slug>[\w\d_-]+)/$ [name='api_new_projects_list']
  78. ^projects/ api/new_projects/$ [name='api_new_projects']
  79. ^projects/ ^(?P<project_slug>[\w\d_-]+)/translate/$ [name='object_translate']
  80. ^projects/ ^sliders/$ [name='projects_list_tile_1']
  81. ^projects/ ^group/ [name='project_group_tags']
  82. ^projects/ ^(?P<slug>[\w\d_-]+)/$ [name='project']

The current path, projects/moss_hotel/, 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.