Page not found (404)

Request Method: GET
Request URL: https://www.11810.net/entry/?num=9852&cy=1&MD_NO=5

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

  1. delta-admin-site/
  2. [name='index']
  3. select/<int:areas_id>/<int:pre_id>/ [name='index_prefs']
  4. list [name='list']
  5. detail/<int:detail_pk>/ [name='detail']
  6. bookmark [name='bookmark']
  7. add_bookmark [name='add_bookmark']
  8. delete_bookmark [name='delete_bookmark']
  9. get_hits [name='get_hit']
  10. intro [name='intro']
  11. terms [name='terms']
  12. company [name='company']
  13. personal [name='personal']
  14. sitemap [name='sitemap']
  15. ^spark_sw.js$ [name='freespark']
  16. search_project [name='search_project']
  17. mb_search_project [name='mb_search_project']
  18. get_form_prefecture [name='get_form_prefecture']
  19. get_form_city [name='get_form_city']
  20. get_form_work [name='get_form_work']
  21. get_city_area [name='get_city_area']
  22. get_search_city [name='get_search_city']
  23. get_works [name='get_works']
  24. .php [name='relist']
  25. lp-kumamoto [name='lp-kumamoto']
  26. line-companies [name='line-company-list']
  27. lines [name='line-list']
  28. stations [name='station-list']
  29. ^thumbnail\/(?P<path>.*)$
  30. entry /<int:detail_pk> [name='entry']
  31. entry /confirm [name='confirm']
  32. entry /entry_back [name='entry_back']
  33. entry /finish_continue [name='finish_continue']
  34. client/
  35. csv/
  36. record/
  37. delta_api/

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