Page not found (404)

Request Method: GET
Request URL: http://arabesque.com.kw/pcs.html

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

  1. ui/
  2. admin/
  3. sitemap.xml
  4. google719f3eb923d35c6b.html

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