Page not found (404)

Request Method: GET
Request URL: http://www.tutti-magazine.fr/accounts/login/?next=/resign/

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

  1. ^i18n/
  2. ^sitemap\.xml$
  3. ^sitemap-(?P<model>[a-z]+)\.xml$
  4. ^rss.xml$
  5. ^admin/cms/navigation/category/$
  6. ^admin/cms/navigation/category/(?P<cat_id>\d+)/$
  7. ^admin/cms/navigation/page/(?P<id>\d+)/$
  8. ^admin/cms/navigation/$
  9. ^admin/
  10. ^ad/
  11. ^news/
  12. ^tags/
  13. ^test/
  14. ^$
  15. ^search/
  16. ^advanced-search/
  17. ^vip/
  18. ^login/
  19. ^logout/
  20. ^loosepass/
  21. ^resign/
  22. ^contact/$
  23. ^disquaires/
  24. ^qdrtdfFg_fgter_gdfsre-sfdcvgfkloi/(?P<lg>[12])/$
  25. ^map/$
  26. ^shop/$

The current URL, accounts/login/, 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.