Page not found (404)

Request Method: GET
Request URL: https://nt-company.ru/19/

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

  1. admin/
  2. kontakty [name='kontakty']
  3. novosti [name='news_list']
  4. novosti/<slug:news>/ [name='news_detail']
  5. prajs-list [name='price_list']
  6. produkciya [name='category_list']
  7. produkciya/<slug:category>/ [name='category_detail']
  8. o-kompanii [name='about']
  9. docs [name='docs_page']
  10. certificates [name='certificates_page']
  11. ckeditor/
  12. robots.txt
  13. sitemap.xml
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$

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