Page not found (404)

Request Method: GET
Request URL: http://www.bjazs.com/construction/201808291458076377.html

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

  1. case/
  2. construction/
  3. construction/ <int:id>/ [name='cdetails']
  4. designer/
  5. thread/
  6. topic/
  7. admin/
  8. ^ueditor/
  9. ^media/(?P<path>.*)$
  10. add_leads/
  11. api_auth/
  12. doc/

The current path, construction/201808291458076377.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.