Page not found (404)

Request Method: GET
Request URL: https://www.topjoy.com/ourstory.html

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

  1. admin/
  2. [name='index']
  3. home.html [name='index']
  4. story.html [name='story']
  5. game.html [name='game']
  6. job.html [name='job']
  7. contact.html [name='contact']
  8. newslist.html [name='newslist']
  9. newsdetail-<int:newspage>.html [name='newsdetail']
  10. parent.html [name='parent']
  11. law.html [name='law']
  12. privacy.html [name='privacy']
  13. service.html [name='service']
  14. dispute.html [name='dispute']
  15. timeline.html [name='timeline']
  16. comingsoon.html [name='comingsoon']

The current path, ourstory.html, 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.