Page not found (404)

Request Method: GET
Request URL: http://hypnose-bourgogne.fr/www.psychologue-montbard.net

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

  1. admin/
  2. [name='home']
  3. create_membre [name='create_membre']
  4. annuaire [name='annuaire']
  5. updateAnnu [name='updateAnnu']
  6. trombinoscope [name='trombinoscope']
  7. formation/<slug> [name='formation']
  8. page_formations [name='page_formations']
  9. equipe [name='equipe']
  10. indications [name='indications']
  11. devenir_membre [name='devenir_membre']
  12. recupBodyArticle [name='recupBodyArticle']
  13. bureau [name='bureau']
  14. cotisation [name='cotisation']
  15. members/

The current path, www.psychologue-montbard.net, 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.