Page not found (404)

Request Method: GET
Request URL: https://www.kondesign.cz/wp-login.php

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

  1. ^__debug__/
  2. ^__ajax__/calculator/(?P<variant_pk>[^/]+)/$ [name='ajax_calculator']
  3. ^__ajax__/forms/
  4. ^ajax_select/
  5. ^admin/
  6. ^blocks/
  7. ^hledat/
  8. ^kosik/kupon/
  9. ^kosik/
  10. ^oblibene/
  11. ^kosik/dodani/zasilkovna_cz/
  12. ^newslettery/
  13. ^zakaznik/
  14. ^invoices/
  15. ^robots.txt$
  16. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  17. ^(?P<url>[-\w/]+/)$ [name='detail']
  18. ^$ [name='index']
  19. ^(?P<url>[-\w/]+/)$ [name='detail']
  20. ^$ [name='index']

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.