Page not found (404)

Request Method: GET
Request URL: http://www.neuroelectro.org/cgi/external_ref?access_num=M30440&link_type=GEN

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

  1. ^accounts/login/$
  2. ^accounts/logout/$
  3. ^admin_list_email/$
  4. ^$
  5. ^neuron/index/$
  6. ^neuron/(?P<neuron_id>\d+)/$
  7. ^neuron/(?P<neuron_id>\d+)/data/$
  8. ^ephys_prop/(?P<ephys_prop_id>\d+)/data/$
  9. ^ephys_prop/index/$
  10. ^ephys_prop/(?P<ephys_prop_id>\d+)/$
  11. ^data_table/(?P<data_table_id>\d+)/$
  12. ^data_table/(?P<data_table_id>\d+)/no_annotation/$
  13. ^article/(?P<article_id>\d+)/$
  14. ^article/(?P<article_pmid>\d+)/pmid$
  15. ^article_full_text/(?P<article_id>\d+)/$
  16. ^article/(?P<article_id>\d+)/metadata/$
  17. ^ephys_concept_map/(?P<ephys_concept_map_id>\d+)/$
  18. ^concept_map_detail/(?P<data_table_id>\d+)/(?P<data_table_cell_id>\w+\-\d+)/$
  19. ^neuron/add/$
  20. ^article/index/$
  21. ^article/metadata_index/$
  22. ^display_meta/$
  23. ^neuron/clustering/$
  24. ^faqs/$
  25. ^contact_info/$
  26. ^api/docs/$
  27. ^contribute/$
  28. ^unsubscribe/$
  29. ^publications/$
  30. ^ephys_prop/ontology/$
  31. ^neuron_data_add/$
  32. ^neuron_name_conversion/$
  33. ^neuron_search/$
  34. ^data_table_upload/$
  35. ^full_text_upload/$
  36. ^mailing_list_form/$
  37. ^mailing_list_form_post/$
  38. ^nedm_comment_box/$
  39. ^ckeditor/
  40. ^curator_view/$
  41. ^data_table/validate_list/$
  42. ^data_table/review_list/$
  43. ^concept_map/validate_list/$
  44. ^data_table/expert_list/$
  45. ^data_table/no_neuron_list/$
  46. ^neuron/(?P<neuron_id>\d+)/curate_list/$
  47. ^neuron/(?P<neuron_id>\d+)/curator_ask/$
  48. ^neuron/(?P<neuron_id>\d+)/become_curator/$
  49. ^api/
  50. ^login/(?P<backend>[^/]+)/?$ [name='begin']
  51. ^complete/(?P<backend>[^/]+)/?$ [name='complete']
  52. ^disconnect/(?P<backend>[^/]+)/?$ [name='disconnect']
  53. ^disconnect/(?P<backend>[^/]+)/(?P<association_id>[^/]+)/?$ [name='disconnect_individual']

The current URL, cgi/external_ref, 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.