Page not found (404)

Request Method: GET
Request URL: https://vanchuyenhanghoaglc.com//tin-tuc.html

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

  1. [name='home']
  2. about/ [name='about']
  3. service/ [name='service']
  4. contact/ [name='contact']
  5. admin/
  6. tintuc/
  7. multiimage/
  8. baogiadichvu/
  9. tinymce/
  10. [name='home']
  11. ^media/(?P<path>.*)$
  12. ^staticfiles/(?P<path>.*)$
  13. ^staticfiles/(?P<path>.*)$

The current path, /tin-tuc.html, 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.