Page not found (404)

Request Method: GET
Request URL: https://atelier-mr.ru/en/clients/

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

  1. i18n/
  2. en/ [name='site-home']
  3. en/ expertise/ [name='site-expertise']
  4. en/ creativity/ [name='site-creativity']
  5. en/ stimuli/ [name='site-stimuli']
  6. en/ cases/ [name='site-cases']
  7. en/ about/ [name='site-about']
  8. en/ blog/ [name='site-blog']
  9. en/ academy/ [name='site-academy']
  10. en/ request/ [name='request-contact']
  11. en/ contact/ [name='site-contact']
  12. en/ team/ [name='site-team']
  13. en/ robots.txt
  14. en/ sitemap.xml
  15. en/ admin/
  16. en/ favicon.ico/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

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