Page not found (404)

Request Method: GET
Request URL: http://gamek.or.kr/main-biz/mobile/

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

  1. ^ ^$ [name='main_index']
  2. ^ ^index-search/$ [name='index_search']
  3. ^ ^index-chance/$ [name='index_chance']
  4. ^ ^each-game-count/$ [name='each_game_count']
  5. ^ ^$ [name='main_index']
  6. ^ ^2015gameawards/$ [name='forward_2015']
  7. ^ ^2014gameawards/$ [name='forward_2014']
  8. ^ ^2013gameawards/$ [name='forward_2013']
  9. ^ ^2012gameaward/$ [name='forward_2012']
  10. ^ ^2011gameaward/$ [name='forward_2011']
  11. ^ ^2010gameaward/$ [name='forward_2010']
  12. ^ ^2009gameaward/$ [name='forward_2009']
  13. ^ ^2008gameaward/$ [name='forward_2008']
  14. ^ ^index/$ [name='main_index_m']
  15. ^ ^index-eng/$ [name='index_eng']
  16. ^ ^mobile/$ [name='mobile']
  17. ^ ^login/$ [name='login']
  18. ^ ^logout/$ [name='logout']
  19. ^ ^password/change/$ [name='password_change']
  20. ^ ^password/change/done/$
  21. ^ ^registration/partnership-by-administrator/$ [name='registration_by_admin']
  22. ^ ^gcman_01/flash/$ [name='gcman_flash']
  23. ^ ^gcman_01/CatoonGame/$ [name='gcman']
  24. ^introduction/
  25. ^info-service/
  26. ^main-biz/ ^$ [name='asc_partner_support']
  27. ^main-biz/ ^m-asc-partner-support/$ [name='m_asc_partner_support']
  28. ^main-biz/ ^asc-partner-support-eng/$ [name='asc_partner_support_eng']
  29. ^main-biz/ ^game-industry/$ [name='game_industry']
  30. ^main-biz/ ^m-game-industry/$ [name='m_game_industry']
  31. ^main-biz/ ^game-industry-eng/$ [name='game_industry_eng']
  32. ^main-biz/ ^game-law/$ [name='game_law']
  33. ^main-biz/ ^m-game-law/$ [name='m_game_law']
  34. ^main-biz/ ^game-law-eng/$ [name='game_law_eng']
  35. ^main-biz/ ^gstar/$ [name='gstar']
  36. ^main-biz/ ^m-gstar/$ [name='m_gstar']
  37. ^main-biz/ ^gstar-eng/$ [name='gstar_eng']
  38. ^regulation/
  39. ^partnership/
  40. ^recruitment/
  41. ^password/reset/$ [name='auth_password_reset']
  42. ^password/reset/confirm/(?P<uidb64>[0-9A-Za-z]+)-(?P<token>.+)/$ [name='auth_password_reset_confirm']
  43. ^password/reset/complete/$ [name='auth_password_reset_complete']
  44. ^password/reset/done/$ [name='auth_password_reset_done']
  45. ^admin/

The current URL, main-biz/mobile/, 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.