Page not found (404)

Request Method: GET
Request URL: https://pa-tech.ru/pfr/

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

  1. ^ ^activate/(?P<activation_key>\w+)/$ [name='registration_activate']
  2. ^ ^login/$ [name='auth_login']
  3. ^ ^logout/$ [name='auth_logout']
  4. ^ ^password/change/$ [name='password_change']
  5. ^ ^password/change/done/$ [name='password_change_done']
  6. ^ ^password/reset/$ [name='password_reset']
  7. ^ ^password/reset/done/$ [name='password_reset_done']
  8. ^ ^password/reset/confirm/(?P<uidb64>[0-9A-Za-z]+)-(?P<token>.+)/$ [name='password_reset_confirm']
  9. ^ ^password/reset/complete/$ [name='password_reset_complete']
  10. ^ ^register/$ [name='registration_register']
  11. ^ ^register/complete/$ [name='registration_complete']
  12. ^ ^validate/$ [name='registration_validate']
  13. ^$ [name='index']
  14. ^manual/$ [name='manual']
  15. ^nds/$ [name='nds']
  16. ^botprivacyandtermsofuse/$ [name='botprivacyandtermsofuse']
  17. ^helpdov/$ [name='nalog42']
  18. ^privacy/$ [name='privacy']
  19. ^contur/$ [name='contur']
  20. ^about/$ [name='about']
  21. ^favicon\.ico$
  22. ^profiles/savesvruk [name='savesvruk']
  23. ^profiles/dover/(?P<dover_id>\w+)/$ [name='profiles_profile_dover']
  24. ^profiles/$ [name='profiles_profile_detail']
  25. ^accounts/
  26. ^price/$ [name='price_home']
  27. ^welcome/$ [name='welcome_home']
  28. ^zrk/$ [name='zrk_home']
  29. ^fns/$ [name='fns_home']
  30. ^addfileerror/$ [name='addfile_addfilerror']
  31. ^confirmpd/$ [name='fns_confirmpd']
  32. ^confirmpd2/$ [name='fns_confirmpd2']
  33. ^addfile/$ [name='addfile_addingfile']
  34. ^getfile/(?P<file_id>\d+)/$ [name='addfile_gettingfile']
  35. ^more/(?P<doc_id>\d+)/$ [name='circulation_more']
  36. ^makekv/(?P<doc_id>\d+)/$ [name='circulation_makekv']
  37. ^add/$ [name='addfile_addingdopfile']
  38. ^getdopfile/(?P<file_id>\d+)/$ [name='addfile_gettingdopfile']
  39. ^deldopfile/$ [name='addfile_deldopfile']
  40. ^circulation/$ [name='circulation_circulation']
  41. ^choose/$ [name='payment_choose']
  42. ^payment/$ [name='payment_payment']
  43. ^payment/yandex/check [name='yandex_check']
  44. ^payment/yoomoney/pay/$ [name='yandex_pay']
  45. ^payment/yoomoney/pfr/pay/$ [name='yandex_paypfr']
  46. ^payment/yoomoney/fss/pay/$ [name='yandex_payfss']
  47. ^payment/confirm/$ [name='confirm_confirm']
  48. ^delpayment/$ [name='confirm_delpayment']
  49. ^delfile/$ [name='confirm_delfile']
  50. ^counter/$ [name='counter']
  51. ^admin/
  52. ^media/(?P<path>.*)$
  53. ^chat/ [name='chat_ask']
  54. ^news/
  55. ^abonement/
  56. ^makedover/ [name='makedover']
  57. ^doverpdf/ [name='doverpdf']
  58. ^zpd/
  59. ^statistics/
  60. ^act/$ [name='act']
  61. ^cudir/
  62. ^forifns/
  63. ^mailtax/
  64. ^winstore/$ [name='winstore']
  65. ^fss/
  66. ^doveradmin/
  67. ^adm/
  68. ^qna/
  69. ^personal/

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