Page not found (404)

Request Method: GET
Request URL: http://rutescompartides.cat/page/contacte/rutescompartides@riseup.net

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

  1. [name='index']
  2. index.html
  3. manifest.webmanifest
  4. accounts/register/ [name='django_registration_register']
  5. accounts/login/ [name='custom_login']
  6. accounts/
  7. accounts/
  8. admin/
  9. chat/
  10. inbox/notifications/
  11. page/<str:pagename>/
  12. offer/add/ [name='tripoffer-add']
  13. offer/edit/<int:offer_id> [name='tripoffer-edit']
  14. offer/view/<int:offer_id> [name='tripoffer-detail']
  15. offer/summary/<str:format>/<int:offer_id>/ [name='tripoffer-summary']
  16. offer/mapview/<int:offer_id> [name='tripoffer-mapview']
  17. offer/view/all/geojson [name='tripoffer-all-geojson']
  18. offer/view/<int:offer_id>/geojson [name='tripoffer-geojson']
  19. offer/search/ [name='tripoffer-search']
  20. offer/first/ [name='tripoffer-first']
  21. offer/user/me/ [name='tripoffer-user-view']
  22. offer/update/<int:offer_id>/ [name='tripoffer-update']
  23. offer/use_logistic_node/<int:offer_id>/<int:logisticnode_id>/<str:point> [name='tripoffer-take-logisticnode']
  24. offer/duplicate/<int:offer_id>/ [name='tripoffer-duplicate']
  25. offer/frequent/<int:frequency_group_id>/ [name='tripoffer-frequent-view']
  26. request/add/ [name='triprequest-add']
  27. request/edit/<int:request_id> [name='triprequest-edit']
  28. request/update/<int:request_id>/ [name='triprequest-update']
  29. request/search/ [name='triprequest-search']
  30. request/first/ [name='triprequest-first']
  31. request/view/<int:request_id> [name='triprequest-detail']
  32. request/view/<int:request_id>/geojson [name='triprequest-geojson']
  33. request/view/all/geojson [name='triprequest-all-geojson']
  34. request/mapview/<int:request_id> [name='triprequest-mapview']
  35. request/user/me/ [name='triprequest-user-view']
  36. request/to_offer/<int:request_id>/ [name='triprequest-convert-offer']
  37. request/use_logistic_node/<int:request_id>/<int:logisticnode_id>/<str:point> [name='triprequest-take-logisticnode']
  38. storage/user/me/ [name='storage-user-view']
  39. storage/add/ [name='storage-add']
  40. storage/view/<int:storage_id> [name='storage-detail']
  41. storage/view/<int:storage_id>/geojson [name='storage-geojson']
  42. storage/view/all/geojson [name='storage-all-geojson']
  43. storage/edit/<int:storage_id> [name='storage-edit']
  44. storage/update/<int:object_id>/ [name='storage-update']
  45. logisticnode/user/me/ [name='logisticnode-user-view']
  46. logisticnode/add/ [name='logisticnode-add']
  47. logisticnode/view/<int:logisticnode_id> [name='logisticnode-detail']
  48. logisticnode/view/<int:logisticnode_id>/geojson [name='logisticnode-geojson']
  49. logisticnode/view/all/geojson [name='logisticnode-all-geojson']
  50. logisticnode/edit/<int:logisticnode_id> [name='logisticnode-edit']
  51. logisticnode/update/<int:object_id>/ [name='logisticnode-update']
  52. profile/edit/<str:username> [name='profile-edit']
  53. profile/view/<str:username> [name='profile-view']
  54. match/add/ [name='tripmatch-add']
  55. match/update/<int:match_id>/ [name='tripmatch-update-status']
  56. match/review/<int:match_id>/ [name='tripmatch-review']
  57. match/delivery/<int:match_id>/ [name='tripmatch-delivery']
  58. points/view/<str:username> [name='points-view']
  59. test_make_notification/
  60. export [name='database-export']
  61. ^media\/(?P<path>.*)$
  62. ^static\/(?P<path>.*)$
  63. ^static\/baton\/(?P<path>.*)$
  64. ^static\/core\/(?P<path>.*)$

The current path, page/contacte/rutescompartides@riseup.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.