Page not found (404)

Request Method: GET
Request URL: http://thienhoa.net.vn/Content/Uploads/

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

  1. tlogin
  2. query
  3. result
  4. uploads
  5. <str:sub1>
  6. <str:sub1>/<str:sub2>
  7. <str:sub1>/<str:sub2>/<str:sub3>
  8. <path:_path>.<str:ext>

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