Page not found (404)

Request Method: GET
Request URL: https://glocal.or.kr/page/partner/

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

  1. ckeditor/
  2. admin/
  3. main [name='main']
  4. sign_in/ [name='sign_in']
  5. sign_out/ [name='sign_out']
  6. sign_up/ [name='sign_up']
  7. find_user/ [name='find_user']
  8. find_pw/ [name='find_pw']
  9. change_pw/ [name='change_pw']
  10. robots.txt/
  11. git/ [name='git']
  12. ^media/(?P<path>.*)$
  13. teacher/
  14. notice/
  15. qna/
  16. download/<int:file_id> [name='download']
  17. download/<int:file_id>/<str:file_name> [name='download']
  18. post/<int:post_id>/ [name='post']
  19. post/<str:cate_id>/ [name='post_list']
  20. <int:page_id>/ [name='page_by_id']
  21. <slug:page_code>/ [name='page_by_code']
  22. [name='home']
  23. ^jet/
  24. ^jet/dashboard/

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