Page not found (404)

Request Method: GET
Request URL: http://xcx.zhongzhongw.com/

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

  1. ^admin/
  2. ^api/
  3. ^api_xcx/
  4. ^jwt_auth/
  5. ^api/upload/
  6. ^api/baozhuang/
  7. ^check
  8. ^change_good
  9. ^goodcheck
  10. ^zzcheck
  11. ^ueditor/
  12. ^login/
  13. ^get_csrf/
  14. ^test/
  15. shopcars_list
  16. shopCarsList/(?P<pk>\d?)
  17. ^api_xcx/make_shangjia_share_pic/$
  18. ^api_xcx/version/$
  19. ^api_xcx/chaxun/$
  20. ^api_xcx/xcx_index/$
  21. ^api_xcx/pingjia/$
  22. ^.well-known/pki-validation/fileauth.txt
  23. ^sjht/
  24. ^media\/(?P<path>.*)$

The empty path 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.