Page not found (404)

Request Method: GET
Request URL: http://cadastre-alsace-moselle.fr/dossier/ressources/

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

  1. ^admin/
  2. ^dossier/ ^document/
  3. ^dossier/ ^getdocuments/
  4. ^dossier/ ^get_FAQ/
  5. ^dossier/ ^getstoredquery/
  6. ^dossier/ ^addstoredquery/
  7. ^dossier/ ^delstoredquery/(?P<pk>[0-9]+)/$
  8. ^dossier/ ^commune/
  9. ^dossier/ ^prefixe/
  10. ^dossier/ ^section/
  11. ^dossier/ ^parcelle/
  12. ^dossier/ ^ge/
  13. ^dossier/ ^doctype/
  14. ^dossier/ ^documentloc/
  15. ^dossier/ ^sectionloc/
  16. ^dossier/ ^docinfo/
  17. ^dossier/ ^$ [name='index']
  18. ^dossier/ ^projet/ [name='projet']
  19. ^dossier/ ^cabinets/ [name='cabinets']
  20. ^dossier/ ^documents/ [name='documents']
  21. ^dossier/ ^documents_ter/ [name='documents_ter']
  22. ^dossier/ ^aide/ [name='aide']
  23. ^dossier/ ^notices_am/ [name='notice_da_am']
  24. ^dossier/ ^zip/
  25. ^dossier/ ^filiation_request/
  26. ^dossier/ ^filiation_validation/
  27. ^dossier/ ^filiation_update/
  28. ^dossier/ ^demande_filiation/
  29. ^dossier/ ^validation_filiation/
  30. ^dossier/ ^rejet_validation/
  31. ^dossier/ ^get_nonge/
  32. ^dossier/ ^get_ge_hash/
  33. ^dossier/ ^authenticate_doc/
  34. ^dossier/ ^send_rapport/
  35. ^auth/
  36. ^esquisse/
  37. ^static/(?P<path>.*)$
  38. ^media/(?P<path>.*)$

The current path, dossier/ressources/, 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.