Page not found (404)

Request Method: GET
Request URL: http://compere-averroes.eu/fr/partenaires/galerie-partenaires/item/103-kick-off-meeting-compere-a-l-universite-de-constantine-1-du-04-au-06-mars-2014

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

  1. grappelli/
  2. admin/
  3. [name='home']
  4. app-and-services [name='app-and-services']
  5. publications [name='publications']
  6. news [name='news']
  7. pricing [name='pricing']
  8. wallet [name='wallet']
  9. about-us [name='about-us']
  10. products/downloads [name='products']
  11. under-construction [name='in-progress']
  12. contact-us [name='contact-us']
  13. team [name='team']
  14. login [name='login']
  15. register [name='register']
  16. logout [name='logout']
  17. forget-password/ [name='forget_password']
  18. change-password/<token>/ [name='change_password']
  19. solutions/

The current path, fr/partenaires/galerie-partenaires/item/103-kick-off-meeting-compere-a-l-universite-de-constantine-1-du-04-au-06-mars-2014, 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.