Page not found (404)

Request Method: GET
Request URL: https://c3pa.net/ru/

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

  1. [name='main-page']
  2. signup/ [name='signup']
  3. affiliates/ [name='affiliates']
  4. advertisers/ [name='advertisers']
  5. terms/ [name='terms']
  6. vacancies/ [name='vacancies']
  7. blog/ [name='blog']
  8. blog/<str:slug>/ [name='blog_detail']
  9. news/ [name='news']
  10. news/<str:slug>/ [name='news_detail']
  11. privacy/ [name='privacy']
  12. about/ [name='about']
  13. confirmation/<str:uuid>/ [name='confirmation']
  14. backoffice/
  15. ckeditor/
  16. admin/
  17. ^media/(?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.