Page not found (404)

Request Method: GET
Request URL: http://www.politik-lexikon.at/live/default.htm

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

  1. ^jowenn_test_running.txt
  2. ^accounts/login/$
  3. ^accounts/logout/$
  4. ^$
  5. ^wikiapp/
  6. ^live/ ^$
  7. ^live/ ^aktuelles/?$
  8. ^live/ ^faq/?$
  9. ^live/ ^hilfe/?$
  10. ^live/ ^banner/?$
  11. ^live/ ^impressum/?$
  12. ^live/ ^stichwort/?$
  13. ^live/ ^volltext/?
  14. ^live/ ^get_image/(?P<path>\d+)?/$
  15. ^live/ ^index_(?P<character>\w)?/$
  16. ^live/ ^(?P<pageid>[a-zA-Z0-9\-_]+)?/$
  17. ^live/ ^print/(?P<pageid>[a-zA-Z0-9\-_]+)?/$
  18. ^live/ ^static/(?P<path>.*)$
  19. ^mobile/
  20. ^media/(?P<path>.*)$
  21. ^admin/(.*)

The current URL, live/default.htm, 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.