Page not found (404)

Request Method: GET
Request URL: https://druzhininracing.com/en/news/mini-en-mai-500-mil-borby/www.assist.ru

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

  1. ^admin/
  2. ^en/ ^photologue/
  3. ^en/ ^$ [name='index']
  4. ^en/ ^rfq/$ [name='get_order']
  5. ^en/ ^news/$ [name='news']
  6. ^en/ ^news/(?P<slug_field>[\w-]+)/$ [name='news_detail']
  7. ^en/ ^txt/(?P<slug_field>[\w-]+)/$ [name='article']

The current URL, en/news/mini-en-mai-500-mil-borby/www.assist.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.