Page not found (404)

Request Method: GET
Request URL: https://www.amcindustrialtrading.com/russian-2

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

  1. ^admin/clearcache/
  2. dareposhti/
  3. products/ [name='Products']
  4. products/<slug:slug>/ [name='product-detail']
  5. blog/<slug:slug>/ [name='blog-detail']
  6. blog/ [name='Blogs']
  7. [name='Home']
  8. ckeditor/
  9. i18n/
  10. ^media\/(?P<path>.*)$

The current path, russian-2, 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.