Page not found (404)

Request Method: GET
Request URL: https://univcoop.or.kr/wp-login.php?action=register

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

  1. robots.txt [name='robots_file']
  2. search/ [name='search']
  3. search/<str:q>/ [name='search']
  4. search/<str:q>/page/<int:page>/ [name='search']
  5. accounts/
  6. board/
  7. work/
  8. admin/login/
  9. admin/logout/
  10. admin/doc/
  11. admin/
  12. ^ckeditor/upload/ [name='ckeditor_upload']
  13. ^ckeditor/browse/ [name='ckeditor_browse']
  14. <int:pk>/ [name='post']
  15. blog/ [name='blog-post']
  16. blog/page/<int:page>/ [name='blog-post']
  17. category/<slug:keyword>/ [name='category-post']
  18. category/<slug:keyword>/page/<int:page>/ [name='category-post']
  19. tag/<str:keyword>/ [name='tag-post']
  20. tag/<str:keyword>/page/<int:page>/ [name='tag-post']
  21. ^$ [name='main']
  22. ^(?P<slug>[0-9A-z\-\_\/]+)/$ [name='page']

The current path, wp-login.php, 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.