Page not found (404)

Request Method: GET
Request URL: http://student-clubs.yu.edu.kz/ru/

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

  1. admin/
  2. [name='home']
  3. sections/ [name='list_section']
  4. creativesections/ [name='list_creativesection']
  5. orientation/<int:orientation_id>/ [name='orientation']
  6. orientationcreative/<int:orientation_id>/ [name='orientationcreative']
  7. sections/error [name='error_section']
  8. profile/ [name='profile']
  9. groups/ [name='groups']
  10. groups/<int:section_id>/ [name='group_list']
  11. applications/ [name='applications']
  12. trainer/<int:user_id>/ [name='trainer']
  13. applies/ [name='applies']
  14. applies_pdf/ [name='applies_pdf']
  15. oidc/
  16. ^uploads/(?P<path>.*)$

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