Page not found (404)

Request Method: GET
Request URL: http://localhost:8000/document_view.php?number=10415&file=&file2=&category=&sort=&search_word=&get_si=&guzic_money=&guzic_school=&guzic_level=&guzic_keyword=&guzic_si=&guzic_gu=&guzic_jobtype1=&guzic_jobtype2=&guzic_word=&guzic_ppt=&guzic_excel=&guzic_internet=&guzic_prefix=&my=&guzic_school_type=&guzic_age=&guzic_age_end=&guzic_age_start=&mode=&job_type_read=&guziceducation=&career_read_start=&career_read_end=&grade_money_type=&grade_money_type=&guzicnational=&diff_regday=&grade_schoolName=&grade_schoolType=&grade_schoolkwa=&HopeSize=

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

  1. [name='main']
  2. advertise/ [name='advertisse']
  3. advertise/callBack/ [name='advertise-callback']
  4. proList/<type>/<int:page>/<num>/<filter>/ [name='proList']
  5. proList2/<type>/<int:page>/<num>/<filter>/ [name='proList']
  6. applyList/<num>/ [name='applyList']
  7. .well-known/pki-validation/gsdv.txt [name='gsdv']
  8. profile/
  9. audi/
  10. lounge/
  11. users/
  12. ajax/
  13. search/
  14. common/
  15. login/
  16. onepickAdmin/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

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