Page not found (404)

Request Method: GET
Request URL: http://biopop.snu.ac.kr/publication.html?biopopsel=selected

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

  1. ^ ^main/$ [name='Main_page']
  2. ^ ^$ [name='Main_page']
  3. ^ ^members/(?P<belong>[\w]+)/ [name='members']
  4. ^ ^publication/(?P<selected_all>[\w]+)/
  5. ^ ^professor/
  6. ^ ^awards/
  7. ^ ^news/
  8. ^ ^faq/
  9. ^ ^gallery/
  10. ^ ^member_detail/(?P<belong>[\w]+)/(?P<mem_id>\d+)
  11. ^ ^error403/
  12. ^admin/
  13. ^static\/(?P<path>.*)$
  14. ^media\/(?P<path>.*)$

The current URL, publication.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.