Page not found (404)

Request Method: GET
Request URL: http://pyromancers.com/quest/player.html

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

  1. ^list/(?P<page>\d+)/$
  2. ^equinox/
  3. ^crossdomain.xml
  4. ^admin/
  5. ^robots.txt
  6. ^$
  7. ^main/
  8. ^promo/
  9. ^dungeon-painter-online/
  10. ^dungeon-painter-online-safe/
  11. ^about-dungeon-painter/
  12. ^rpg-forum-scene-viewer/
  13. ^go/
  14. ^vespiary/
  15. ^character_builder_5/
  16. ^create-user-collections/
  17. ^json-to-c-sharp-converter/
  18. ^load/(?P<path>.*)$
  19. ^rateMap/
  20. game/add_pic/$
  21. game/add_round/$
  22. game/get_round/(?P<round_id>\d+)/$
  23. ^media/(?P<path>.*)$

The current URL, quest/player.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.