Page not found (404)

Request Method: GET
Request URL: https://t3lm-en.com/view/-tryqt-ml-wjbt-ghda-shlt-wldhydht-jda-wbmkwnat-bsytt/4e1gI/?lang=fr&random-post=1

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

  1. admin/
  2. [name='index']
  3. api/
  4. api/report/ [name='report']
  5. api/categories/ [name='general']
  6. api/channels/<int:pk> [name='channel']
  7. api/categories/<int:pk> [name='detail_api']
  8. api/categories/all/ [name='category_all']
  9. api/similar_channels/ [name='similar_channels']
  10. api/user/verification/ [name='user_verification']
  11. import/excel/ [name='import_excel']
  12. import/excel/by_date/ [name='import_excel_by_date']
  13. import/excel/two_channels/comprasion/ [name='two_channel_comprasion']
  14. import/excel/channel/two_date/ [name='one_channel_with_two_periods']
  15. contact/amount/ [name='click_to_amount']
  16. contact/contact/ [name='click_to_contact']
  17. ^media/(?P<path>.*)$

The current path, view/-tryqt-ml-wjbt-ghda-shlt-wldhydht-jda-wbmkwnat-bsytt/4e1gI/, 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.