Page not found (404)

Request Method: GET
Request URL: https://www.xnuts.cn/wp-content/plugins/wp-connect/login.php?go=weixin&redirect_url=https%3A%2F%2Fwww.xnuts.cn%2Foutside_life%2F6191.html

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

  1. [name='index']
  2. about/ [name='about']
  3. shop/ [name='shop']
  4. forum/ [name='forum']
  5. search/ [name='search']
  6. documentaries/ [name='documentaries']
  7. documentaries/<str:slug>/ [name='documentaries_category']
  8. documentary/<int:id>.html [name='documentary']
  9. documentary/director/<str:username>.html [name='documentaries_director']
  10. documentary/sports_category/<str:tagslug>/ [name='documentaries_sports_category']
  11. videos/ [name='videos']
  12. videos/<str:slug>/ [name='videos_tag']
  13. video/<int:id>.html [name='video']
  14. athletes/ [name='athletes']
  15. athletes/<str:sport>/ [name='athletes_sport']
  16. team_xnuts/athlete/<int:id>.html [name='athlete']
  17. activities/ [name='activities']
  18. activities/<str:slug>/ [name='activities_category']
  19. activity/<int:id>.html [name='activity']
  20. news/ [name='news']
  21. news/<int:id>.html [name='post']
  22. mp/main/bottle/scYt67UDIv.txt [name='mp_main_bottle']
  23. live/
  24. users/
  25. wechat/
  26. ec_xadmin/
  27. refresh_captcha/
  28. captcha/
  29. ckeditor/
  30. ueditor/
  31. ^static/(?P<path>.*)$
  32. ^media/(?P<path>.*)$

The current path, wp-content/plugins/wp-connect/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.