Page not found (404)

Request Method: GET
Request URL: http://wikigenomes.org/main_page

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

  1. ^admin/
  2. ^ ^$ [name='index']
  3. ^ ^keyword/.. [name='index']
  4. ^ ^upload-full-form/$ [name='index']
  5. ^ ^organism/\d+/$ [name='main']
  6. ^ ^organism/\d+/gene/.+/$ [name='main']
  7. ^ ^organism/\d+/gene/.+/wd_go_edit [name='goForm']
  8. ^ ^organism/\d+/gene/.+/wd_operon_edit [name='operonForm']
  9. ^ ^organism/\d+/gene/.+/wd_mutant_edit [name='mutantForm']
  10. ^ ^organism/\d+/gene/.+/mg_mutant_view [name='mongoAnnotations']
  11. ^ ^wd_oauth [name='wd_oauth']

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