Page not found (404)

Request Method: GET
Request URL: https://www.ecotropy.fr/author/admin/www.ecotropy.fr/mentions-legales/

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

  1. admin/
  2. [name='portal_index']
  3. update [name='portal_update']
  4. buildsense [name='portal_buildsense']
  5. datapool [name='portal_datapool']
  6. equipe [name='portal_team']
  7. blog [name='blog_list']
  8. blog/update [name='blog_update']
  9. blog/<int:year> [name='blog_detail']
  10. blog/<int:year>/<slug:slug> [name='blog_detail']
  11. mentions [name='portal_mentions']
  12. robots.txt
  13. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

The current path, author/admin/www.ecotropy.fr/mentions-legales/, 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.