Page not found (404)

Request Method: GET
Request URL: https://chuyskytrakt.ru/ru/article/16

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

  1. i18n/
  2. ru/ ^$ [name='maintenance']
  3. ru/ ^about/ [name='about']
  4. ru/ ^login/$ [name='login']
  5. ru/ ^logout/$ [name='logout']
  6. ru/ staff/
  7. ru/ admin/
  8. ru/ crm/
  9. ru/ cms/
  10. ru/ control/
  11. ru/ rider/

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