Page not found (404)

Request Method: GET
Request URL: https://spb3.pro100sexa.net/wp-login.php/

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

  1. ^$ [name='site_index']
  2. ^colors.css$ [name='colors_css']
  3. ^recolors/$ [name='recolors']
  4. ^script/$ [name='antirkn']
  5. ^stop/$ [name='stopsess']
  6. ^robots\.txt$ [name='robots_txt']
  7. ^sitemap\.xml$ [name='sitemap_xml']
  8. ^sitemap/$ [name='sitemap']
  9. ^terms/$ [name='terms']
  10. ^seo_aj$ [name='seo_aj']
  11. ^contacts/$ [name='contacts']
  12. ^registration/$ [name='registration']
  13. ^prostitute-service/(?P<slug>[\w-]+)/$ [name='service']
  14. ^prostitute-from/(?P<slug_district>[\w-]+)-rajon/(?P<slug_metro>[\w-]+)/$ [name='metro']
  15. ^prostitute-from/(?P<slug_district>[\w-]+)-rajon/$ [name='district']
  16. ^prostitute/(?P<slug>[\w-]+)/$ [name='girl']
  17. ^salons/$ [name='salons']
  18. ^search-for-prostitutes/$ [name='search']
  19. ^online-prostitutes/$ [name='online']
  20. ^tested-prostitutes/$ [name='tested']
  21. ^video-prostitutes/$ [name='video']
  22. ^new-prostitutes/$ [name='new']
  23. ^female-prostitutes/$ [name='female']
  24. ^premium-prostitutes/$ [name='premium']
  25. ^independent-prostitutes/$ [name='independent']
  26. ^rabota-prostitutkoy-moskva/$ [name='rabota_msk']
  27. ^rabota/$ [name='rabota']
  28. ^wp-content/uploads/(?P<girl_id>\d+).jpg$ [name='get_image_avatar']
  29. ^wp-content/uploads/(?P<girl_id>\d+)-ggg-full.jpg$ [name='get_image_avatar_big_ggg']
  30. ^wp-content/uploads/(?P<girl_id>\d+)-full.jpg$ [name='get_image_avatar_big']
  31. ^wp-content/uploads/(?P<girl_id>\d+)/(?P<photo_id>\d+).jpg$ [name='get_image_list']
  32. ^wp-content/uploads/(?P<girl_id>\d+)/(?P<photo_id>\d+)-full.jpg$ [name='get_image_big']
  33. ^sitemanager/
  34. ^client-
  35. ^text-
  36. ^editor/image/
  37. ^editor/file/
  38. ^admin-media/(?P<path>.*)$
  39. ^blockedadmin/mailtemplate/mailtemplate/
  40. ^blockedadmin/
  41. ^(?P<filename>[\w-]+).(?P<ext>[\w-]+)$
  42. ^media\/(?P<path>.*)$

The current URL, 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.