Page not found (404)

Request Method: GET
Request URL: http://tintuchd-digitalocean.nguoithan.com/tintuc.php?isCydia=0&versionIOS=Unknown&xemtheo=lightmode&fonttheo=size4mode&isTonghop=1&isLite=0&url=http://bitly.com%20

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

  1. __debug__/
  2. grappelli/
  3. admin/
  4. registration/
  5. product/
  6. welcome/<int:year>/<int:month>/<int:day>/ [name='welcome_with_date']
  7. welcome [name='welcome']
  8. [name='index']
  9. ^media/(?P<path>.*)$

The current path, tintuc.php, 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.