Page not found (404)

Request Method: GET
Request URL: https://sistema.lksh.ru/user/login/

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

  1. [name='home']
  2. user/ [name='user']
  3. staff/ [name='staff']
  4. silk/
  5. admin/
  6. questionnaire/
  7. frontend/
  8. groups/
  9. poldnev/
  10. study-results/
  11. smartq/
  12. hijack/
  13. notifications/
  14. wiki/
  15. __debug__/
  16. accounts/settings/ [name='account_settings']
  17. accounts/find-similar/ [name='account_find_similar']
  18. accounts/
  19. user/profile [name='user-profile']
  20. <str:school_name>/ [name='index']
  21. <str:school_name>/ user/ [name='user']
  22. <str:school_name>/ staff/ [name='staff']
  23. <str:school_name>/ questionnaire/<str:questionnaire_name>/ [name='questionnaire']
  24. <str:school_name>/ groups/
  25. <str:school_name>/ entrance/
  26. <str:school_name>/ topics/
  27. <str:school_name>/ finance/
  28. <str:school_name>/ study-results/
  29. <str:school_name>/ ejudge/
  30. ^media/(?P<path>.*)$

The current path, user/login/, 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.