Page not found (404)

Request Method: GET
Request URL: http://www.nenva.com/wiki/index.php?user-space-1.html

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

  1. index
  2. about
  3. admin/
  4. faceupload
  5. pic_upload
  6. name_upload
  7. recognition
  8. recognition_upload
  9. namelist
  10. piclist
  11. user
  12. user_oper
  13. logout
  14. pic_change/(.*)$
  15. facelist/(.*)$
  16. face_edit/(.*)$
  17. face_edit_info
  18. face_edit_check/(.*)$
  19. edit_pic/(.*)$
  20. pic_info/(.*)$
  21. pic_info_edit/(.*)$
  22. recog_again/(.*)$
  23. demo
  24. upload_again
  25. baidu_extract/(.*)$
  26. up_sample_extract/(.*)$
  27. social_graph/(.*)$
  28. social_info/(.*)$
  29. social_info_person/(.*)$
  30. ar
  31. name2id
  32. peo_obj_ini
  33. info2excel
  34. id2name
  35. image_obj_ini
  36. face_obj_ini

The current path, wiki/index.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.