Page not found (404)

Request Method: GET
Request URL: http://magenealogie.fr/afficheBranche.php5?LibName=BLENET

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

  1. admin/
  2. patro [name='patro']
  3. affBranche
  4. affArbre
  5. profession
  6. listemetiers
  7. profcamp
  8. stat
  9. accounts/reset/done/ [name='password_change_done']
  10. accounts/
  11. adminform
  12. loginPlus [name='loginPlus']
  13. register [name='register']
  14. resetpwd [name='resetpwd']
  15. cousacc [name='cousacc']
  16. upload [name='upload']
  17. enractes [name='enractes']
  18. TabActes [name='tabActes']
  19. affActes [name='affActes']
  20. celebre [name='celebre']
  21. merci [name='merci']
  22. gedDownload [name='gedDownload']
  23. download_file [name='download_file']
  24. profil [name='profil']
  25. confirmation [name='confirmation']
  26. ^media/(?P<path>.*)$
  27. ^static/(?P<path>.*)$

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