Page not found (404)

Request Method: GET
Request URL: https://minaslaaurora.com/wp-login.php

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

  1. es/
  2. ^django-admin/
  3. ^documents/
  4. ^private-files/
  5. ^login/$ [name='login']
  6. ^login-session/$ [name='login_session']
  7. ^galeria/$ [name='gallery']
  8. ^search/$ [name='search']
  9. ^entry_page/(?P<entry_page_id>\d+)/update_comments/$ [name='entry_page_update_comments']
  10. ^(?P<blog_path>[-\w\/]+)/(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='entry_page_serve_slug']
  11. ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='entry_page_serve']
  12. ^(?P<blog_path>[-\w\/]+)/feed/$ [name='blog_page_feed_slug']
  13. ^feed/$ [name='blog_page_feed']
  14. ^_util/authenticate_with_password/(\d+)/(\d+)/$ [name='wagtailcore_authenticate_with_password']
  15. ^_util/login/$ [name='wagtailcore_login']
  16. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  17. ^static/(?P<path>.*)$
  18. ^media/(?P<path>.*)$

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.