Page not found (404)

Request Method: GET
Request URL: http://travelroadside.com/stories/tour/publish_date/1/%25E5%258F%25B0%25E6%259D%25B1%25E7%25B8%25A3/

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

  1. ^$ [name='travel_home']
  2. ^accounts/login/$
  3. ^setdata/$
  4. ^story/photos/colorbox/(?P<story_id>\d+)/$
  5. ^page/(?P<page>\w+)/$ [name='travel_page']
  6. ^writing/$ [name='travel_writing']
  7. ^writing/(?P<writing_type>story|tour|roadside|ticket|product|shop)/(?P<action>\w+)/$ [name='travel_writing_para']
  8. ^instance/delete/(?P<instance_type>tour|ticket|product)/$ [name='travel_instanceDelete']
  9. ^story_series/create/$
  10. ^story_series/delete/(?P<series_id>\w+)/$
  11. ^story_series/save/$
  12. ^send/msg/author/$
  13. ^prepare/sms/(?P<page>record|ground|)/(?P<booking_id>\w+)/$ [name='travel_prepare_sms']
  14. ^sms/custom/(?P<page>record|ground|)/$
  15. ^prepare/send/msg/(?P<receiver>\w+)/$ [name='travel_prepare_send_msg']
  16. ^prepare/dashboard/subscribe/$
  17. ^prepare/announce/(?P<tour_id>\w+)/(?P<schedule_id>\w+)/$ [name='travel_prepare_announce_schedule']
  18. ^message/action/dashboard/$ [name='travel_message_action_dashboard']
  19. ^announce/action/record/$
  20. ^message/action/record/$
  21. ^reminder/action/record/$
  22. ^writing_change_tour_kind/$ [name='travel_writing_change_tour_kind']
  23. ^message/dashboard_reply_msg/$
  24. ^stories/search/again/$
  25. ^stories/$ [name='travel_stories']
  26. ^stories/(?P<search_type>story|roadside|tour|product|ticket|shop|channel|all)/(?P<sort_type>[-\w]+)/(?P<page_num>\w+)/(?P<search_word>[-\w]+)/$ [name='travel_stories_list']
  27. ^auto_complete/get_tag/$
  28. ^auto_complete/add_tag/$
  29. ^auto_complete/remove_tag/$
  30. ^auto_complete/qrcode_receiver/$
  31. ^story/$ [name='travel_story']
  32. ^story/(?P<model_type>\w+)/(?P<instance_id>\d+)/$ [name='travel_story_para']
  33. ^story/comment/(?P<action>\w+)/(?P<model_type>\w+)/$
  34. ^delete/comment/(?P<comment_type>\w+)/(?P<comment_id>\d+)/$
  35. ^my_saved/(?P<model_type>\w+)/(?P<action>\w+)/$
  36. ^my_saved_action/(?P<model_type>\w+)/(?P<action>\w+)/(?P<mysaved_id>\w+)/(?P<instance_id>\w+)/$
  37. ^dashboard/$ [name='travel_dashboard']
  38. ^dashboard/(?P<page_type>\w+)/$ [name='travel_dashboard_page']
  39. ^dashboard/(?P<page_type>\w+)/(?P<model_type>\w+)/(?P<sort_type>[-\w]+)/(?P<page>\w+)/$ [name='travel_dashboard_page_with_para']
  40. ^dashboard/get_objects/(?P<page_type>publish|subscriber)/(?P<model_type>\w+)/(?P<sort_type>[-\w]+)/(?P<page>\w+)/$ [name='travel_dashboard_page_get_objects']
  41. ^dashboard/tour/(?P<tour_id>\d+)/$
  42. ^mytravel/(?P<travel_id>\w+)/(?P<page>\w+)/$ [name='dashboard_travel_get_objects']
  43. ^screen_action/(?P<action>\w+)/$
  44. ^notify/delete/(?P<notify_id>\w+)/$
  45. ^dashboard_track/$
  46. ^user/introduction/edit/$
  47. ^edit_mode/switch/$
  48. ^preference/update/$ [name='travel_dashboard_preference']
  49. ^story_action/(?P<model_type>\w+)/(?P<action>\w+)/(?P<target>\w+)/$
  50. ^stories_action/$
  51. ^best_comment/(?P<best_comment>\w+)/$
  52. ^get_tour_daily/(?P<tourID>\d+)/$
  53. ^get_related/(?P<tourID>\d+)/$
  54. ^tour/daily/(?P<action>create|delete|edit|column_dalete)/$ [name='tour_tour_daily_action']
  55. ^daily_show/(?P<daily_id>\d+)/$
  56. ^daily_data/(?P<daily_id>\w+)/$
  57. ^daily_full_page/(?P<tour_id>\w+)/$
  58. ^leadtheway/$
  59. ^booking/(?P<target>tour|ticket|product)/(?P<target_id>\w+)/(?P<booking_id>\w+)/$ [name='book_tour']
  60. ^confirm_booking/(?P<instance_id>\w+)/(?P<schedule_id>\w+)/$
  61. ^travel_get_tours_with_para/$ [name='travel_get_tours_with_para']
  62. ^order/(?P<model_type>tour|ticket|product)/(?P<booking_id>\w+)/$ [name='travel_booking_order']
  63. ^answer_order/(?P<action>accept|refuse|confirm_contact_delete|confirm_creater_delete|confirm_paid|confirm_notifyCurrency|remove_confirm_paid|confirm_checkin|remove_confirm_checkin)/(?P<modelType>\w+)/$
  64. ^fileupload/(?P<action>\w+)/(?P<cate>\w+)/(?P<place>\w+)/$ [name='travel_fileupload']
  65. ^record/(?P<bookingID>\w+)/(?P<teamMemberID>\w+)/$ [name='travel_record']
  66. ^linewebhook/$
  67. ^guide/$
  68. ^guide/getMapContent/(?P<role>shop|event)/(?P<id>\w+)/$ [name='getMapContent']
  69. ^ajax/process/$
  70. ^getLinePassCode/$ [name='travel_getLinePassCode']
  71. ^authorize/
  72. ^participant/(?P<cate>\w+)/(?P<action>\w+)/$
  73. ^tour/validate/$
  74. ^tour/validate_confirm/$
  75. ^signup/$ [name='signup']
  76. ^email_login/$ [name='travel_email_login']
  77. ^logout/$ [name='travel_logout']
  78. ^admin/
  79. login/<str:backend>/ [name='begin']
  80. complete/<str:backend>/ [name='complete']
  81. disconnect/<str:backend>/ [name='disconnect']
  82. disconnect/<str:backend>/<int:association_id>/ [name='disconnect_individual']
  83. login/ [name='login']
  84. logout/ [name='logout']
  85. password_change/ [name='password_change']
  86. password_change/done/ [name='password_change_done']
  87. password_reset/ [name='password_reset']
  88. password_reset/done/ [name='password_reset_done']
  89. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  90. reset/done/ [name='password_reset_complete']
  91. ^upload/
  92. ^event/
  93. ^manager/
  94. ^team/
  95. ^todo/
  96. ^boat/
  97. ^onlinePay/
  98. ^schedule_form_add/$
  99. ^team_form_add/$
  100. ^check_login/$
  101. ^flushsession/$
  102. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  103. ^media/(?P<path>.*)$

The current path, stories/tour/publish_date/1/%E5%8F%B0%E6%9D%B1%E7%B8%A3/, 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.