Page not found (404)

Request Method: GET
Request URL: https://kupistorgov.ru/news/17/1

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

  1. api-auth/
  2. admin/
  3. [name='list_adds']
  4. search/ [name='search_adds']
  5. land/ [name='land_list']
  6. land/<int:pk>/ [name='land_detail']
  7. commers/ [name='commers_list']
  8. commers/<int:pk>/ [name='commers_detail']
  9. residentialrealestate/ [name='residentialrealestate_list']
  10. residentialrealestate/<int:pk>/ [name='residentialrealestate_detail']
  11. news/ [name='news_list']
  12. news/<int:pk>/ [name='news_detail']
  13. coord_obj/ [name='coord_list']
  14. ^ckeditor/
  15. contacts/ [name='my_contacts']
  16. recommended/ [name='recommended_list']
  17. populate/ [name='popular_list']
  18. similarobjects/ [name='similar_objects_list']
  19. filter/ [name='filter_list']
  20. readalsonews/ [name='read_also_news_list']
  21. get_phone/ [name='get_phone_api']
  22. ^img/(?P<path>.*)$
  23. ^static/(?P<path>.*)$

The current path, news/17/1, 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.