Page not found (404)

Request Method: GET
Request URL: http://makeyourstorybook/xwzx/ylslzd.html

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

  1. [name='index']
  2. admin/
  3. new/ [name='new']
  4. generate_story/ [name='generate_story']
  5. get_chapter_image/ [name='get_chapter_image']
  6. get_chapter_image_prompt/ [name='get_chapter_image_prompt']
  7. check_content/ [name='check_content']
  8. register/ [name='register']
  9. logout/ [name='logout']
  10. library/ [name='library']
  11. save_story/ [name='save_story']
  12. view_story/<str:id>/ [name='view_story']

The current path, xwzx/ylslzd.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.