Page not found (404)

Request Method: GET
Request URL: http://miasushi.ru/news/

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

  1. ^favicon.ico$
  2. ^robots.txt$
  3. ^admin_tools/
  4. ^admin/
  5. ^static/(?P<path>.+)$
  6. ^media/(?P<path>.+)$
  7. ^ckeditor/
  8. ^api/fb_answers/$
  9. ^api/fb_response/$
  10. ^api/history/$
  11. ^api/user_room/$
  12. ^api/user_id/$
  13. ^api/sections/$
  14. ^api/sections/(?P<city_id>[-\w]+)/$
  15. ^api/dishes/$
  16. ^api/dishes/(?P<sid>[-\w]+)/(?P<city_id>[-\w]+)/$
  17. ^api/dish/(?P<nid>[-\w]+)/(?P<city_id>[-\w]+)/$
  18. ^api/dish/(?P<nid>[-\w]+)/$
  19. ^api/dish/$
  20. ^api/pages/(?P<page_slug>[-\w]+)/$
  21. ^api/pages/$
  22. ^api/page/(?P<page_slug>[-\w]+)/$
  23. ^api/page/$
  24. ^api/top_menu/$
  25. ^api/ingredients/get$
  26. ^api/ingredient/(?P<node_id>[-\w]+)/get$
  27. ^api/basket/$
  28. ^api/new_order/$
  29. ^api/order_info/$
  30. ^api/min_order_price/$
  31. ^api/add_complain/$
  32. ^api/actions/$
  33. ^api/banner/$
  34. ^api/cities/$
  35. ^api/token/$
  36. ^$
  37. ^online$
  38. ^catalog/(?P<id>[-\w]+)/$
  39. ^catalog/$
  40. ^recipe/(?P<id>[-\w]+)/$
  41. ^map/$
  42. ^pages/(?P<page_slug>[-\w]+)/$
  43. ^add_complain/$
  44. ^poll/vote/$
  45. ^poll/select/(?P<id>[-\w]+)/$
  46. ^poll/results/(?P<id>[-\w]+)/$
  47. ^login/$
  48. ^logout/$
  49. ^registration/$
  50. ^send_password/$
  51. ^update_password/$
  52. ^user_menu/$
  53. ^user_room/$
  54. ^profile/update/$
  55. ^get_ticket/$
  56. ^get_tickets_for_orders/$
  57. ^get_fitnes/$
  58. ^tickets_list/$
  59. ^new_order/$
  60. ^get_order_data/$
  61. ^get_order_sign/$
  62. ^payment/ok$
  63. ^payment/ok/$
  64. ^payment/fail$
  65. ^payment/fail/$
  66. ^promo_code/$
  67. ^cart/add/$
  68. ^cart/clear/$
  69. ^cart/del/$
  70. ^cart/del_raw/$
  71. ^cart/action_add/$
  72. ^cart/action_del/$
  73. ^autocomplete/get_street/$
  74. ^actions/$
  75. ^api/request_call/$
  76. ^request_call/$

The current URL, news/, 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.