Page not found (404)

Request Method: GET
Request URL: http://sunbow-brand.com/news_show.asp?id=323

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

  1. ^sunbow2018/
  2. ^ ^$ [name='myindex']
  3. ^ ^index_page/$ [name='index_page']
  4. ^ ^working/$ [name='working']
  5. ^ ^work_page/$ [name='work_page']
  6. ^ ^information/$ [name='info']
  7. ^ ^info_page/$ [name='info_page']
  8. ^ ^service/$ [name='service']
  9. ^ ^contact/$ [name='contact_new']
  10. ^ueditor/
  11. ^media\/(?P<path>.*)$

The current path, news_show.asp, 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.