Page not found (404)

Request Method: GET
Request URL: https://blog.ash.bzh/wp-login.php?action=lostpassword

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

  1. favicon.ico
  2. admin/
  3. cms/
  4. documents/
  5. comments/
  6. footnotes/
  7. robots.txt
  8. sitemap.xml
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$
  11. 400/
  12. 403/
  13. 404/
  14. 500/
  15. pf403/
  16. pf404/
  17. 50x/
  18. fr/
  19. fr/

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.