Page not found (404)

Request Method:GET
Request URL:https://elegante-spb.ru/wp-login.php?redirect_to=http%3A%2F%2Felegante-spb.ru%2Fmetody-i-vidy-epilyatsii%2F

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

  1. home/
  2. metody-i-vidy-epilyatsii/
  3. tipy-elektroepilyatsii/
  4. lazernaya-i-elektroepilyatsiya-chto-luchshe-vybrat/
  5. oborudovanie-dlya-elektroepilyatsii/
  6. istoriya-elektroepilyatsii/
  7. chto-luchshe-lazernaya-epilyatsiya-fotoepilyatsiya-elos-ili-elektroepilyatsiya/
  8. stadii-rosta-volos-i-ih-svyaz-s-effektivnostyu-elektroepilyatsii/
  9. kakaya-epilyatsiya-samaya-effektivnaya-i-bezopasnaya/
  10. epilyatsiya-i-depilyatsiya-v-chem-raznitsa/
  11. admin/
  12. ckeditor/
  13. otzyvy/
  14. articles/
  15. contact/
  16. sitemap.xml
  17. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  18. robots.txt
  19. favicon.ico
  20. [name='home_page']
  21. <slug:slug>/ [name='page_name']
  22. ^media/(?P<path>.*)$
  23. ^static/(?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.