Page not found (404)

Request Method: GET
Request URL: http://bjazs.com/case/case/kongjian/list_106_1.html

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

  1. case/ test
  2. case/
  3. case/ list-(?P<casetype_id>\d+)-(?P<housestyle_id>\d+)-(?P<housetype_id>\d+).html
  4. case/ <int:id>/
  5. case/ fbv/list/
  6. case/ fbv/detail/<int:pk>/
  7. case/ cbv/list/
  8. case/ cbv/detail/<int:pk>/
  9. case/ gcbv/list/
  10. case/ gcbv/detail/<int:pk>/
  11. case/ ^viewsets/$ [name='case-list']
  12. case/ ^viewsets\.(?P<format>[a-z0-9]+)/?$ [name='case-list']
  13. case/ ^viewsets/(?P<pk>[^/.]+)/$ [name='case-detail']
  14. case/ ^viewsets/(?P<pk>[^/.]+)\.(?P<format>[a-z0-9]+)/?$ [name='case-detail']
  15. case/ ^$ [name='api-root']
  16. case/ ^\.(?P<format>[a-z0-9]+)/?$ [name='api-root']
  17. construction/
  18. designer/
  19. thread/
  20. topic/
  21. admin/
  22. ^ueditor/
  23. ^media/(?P<path>.*)$
  24. add_leads/
  25. api_auth/
  26. doc/

The current path, case/case/kongjian/list_106_1.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.