Page not found (404)

Request Method: GET
Request URL: https://druzhininracing.com/www.assist.ru

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

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

The current URL, 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.