Page not found (404)

“/home/bdforum/ablog/media/566D7E” does not exist
Request Method: GET
Request URL: https://bdforum.pythonanywhere.com/566D7E
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='home']
  3. simpleres [name='simpleres']
  4. b/all [name='allusertopic']
  5. b/randomstory [name='randomstory']
  6. b/usertopic/<str:username> [name='usertopic']
  7. b/topic/<int:id> [name='topicdetail']
  8. coingame/<int:id> [name='moneybomb']
  9. b/create [name='topiccreate']
  10. b/delete/<int:pk> [name='delete_topic']
  11. b/<str:name> [name='chanelhome']
  12. moreoptions [name='extendpage']
  13. colorcodes [name='colorcodes']
  14. games [name='gamelist']
  15. emojis/ [name='emojilist']
  16. emojiupload/ [name='emojiupload']
  17. emojiaccept/<int:id> [name='emojiaccept']
  18. emojidelete/<int:id> [name='emojidelete']
  19. codes/ [name='specialcodes']
  20. siterules/ [name='siterules']
  21. freecoin/ [name='freecoin']
  22. chanellist/ [name='chanellist']
  23. rewards/ [name='rewards']
  24. userfun/<str:username> [name='userfunpage']
  25. userfun/<str:username>/<str:funtype> [name='userfundirect']
  26. members/
  27. gift/
  28. post/
  29. shoutbox/
  30. message/
  31. games/
  32. quiz/
  33. captcha/
  34. ^(?P<path>.*)$

The current path, 566D7E, matched the last one.

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.