Page not found (404)

Request Method: GET
Request URL: http://nonlineaire.univ-lille1.fr/GDR3070/)/

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

  1. GDR3070/users/
  2. GDR3070/journees/
  3. GDR3070/infos/
  4. GDR3070/annonces/
  5. GDR3070/expo/
  6. GDR3070/webdir/
  7. GDR3070/ ^$
  8. GDR3070/ ^profile/$
  9. GDR3070/ ^profile/edit/$
  10. GDR3070/ ^presentation/$
  11. GDR3070/ ^themes/$
  12. GDR3070/ ^themes/(?P<num>\d+)/$
  13. GDR3070/ ^motcle/(?P<num>\d+)/$
  14. GDR3070/ ^etablissements/$
  15. GDR3070/ ^laboratoires/$
  16. GDR3070/ ^equipes/(?P<num>\d+)/$
  17. GDR3070/ ^equipes/(?P<num>\d+)/edit/$
  18. GDR3070/ ^equipes/$
  19. GDR3070/ ^equipe/add/$
  20. GDR3070/ ^labo/add/$
  21. GDR3070/ ^etablissement/add/$
  22. GDR3070/ ^org/add/$
  23. GDR3070/ ^membres/(?P<num>\d+)/$
  24. GDR3070/ ^membres/$
  25. GDR3070/ ^infos/$
  26. GDR3070/ ^programmes/$
  27. GDR3070/ ^programmes/(?P<num>\d+)/$
  28. GDR3070/ ^programmes/(?P<num>\d+)/candidature/$
  29. GDR3070/ ^programmes/(?P<num>\d+)/liste_candidatures/$
  30. GDR3070/ ^breves/$
  31. GDR3070/ ^breves/(?P<id>\d+)/$
  32. GDR3070/ ^lettres/$
  33. GDR3070/ ^lettres/(?P<id>\d+)/$
  34. GDR3070/ ^admin/
  35. GDR3070/ ^jsi18n/$

The current URL, /GDR3070/)/, 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.