Page not found (404)

Request Method: GET
Request URL: http://www.aita.com.tw/ecommerce/tools.php

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

  1. ^froala_editor/
  2. ^admin/
  3. ^$
  4. ^news/
  5. ^intro/
  6. ^know/
  7. ^links/
  8. ^static/(?P<path>.*)$
  9. ^media/(?P<path>.*)$
  10. ^page/(?P<slug>.*)$

The current URL, ecommerce/tools.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.