Page not found (404)

Request Method: GET
Request URL: https://gaugriis.com/presse/3/www.republicain-lorrain.fr

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

  1. ^admin/
  2. ^imperavi/
  3. ^i18n/
  4. ^static/(?P<path>.*)$
  5. ^media/(?P<path>.*)$
  6. ^rss/$
  7. ^rss/fr/$
  8. ^rss/de/$
  9. ^$
  10. ^contact/$
  11. ^kontakt/$
  12. ^blog/categorie/[\w\-]+\-(?P<categorie_id>[\d]+)/$
  13. ^blog/categorie/[\w\-]+\-(?P<categorie_id>[\d]+)/(?P<page_nbr>[\d]+)/$
  14. ^blog/(?P<page_nbr>[\d]+)/$
  15. ^presse/$
  16. ^presse/categorie/[\w\-]+\-(?P<categorie_id>[\d]+)/$
  17. ^presse/categorie/[\w\-]+\-(?P<categorie_id>[\d]+)/(?P<page_nbr>[\d]+)/$
  18. ^presse/(?P<page_nbr>[\d]+)/$
  19. ^zeitungswesen/$
  20. ^zeitungswesen/categorie/[\w\-]+\-(?P<categorie_id>[\d]+)/$
  21. ^zeitungswesen/categorie/[\w\-]+\-(?P<categorie_id>[\d]+)/(?P<page_nbr>[\d]+)/$
  22. ^zeitungswesen/(?P<page_nbr>[\d]+)/$
  23. ^publications/$
  24. ^publications/bibliotheque/$
  25. ^publikationen/$
  26. ^publikationen/bibliothek/$
  27. ^publications/bibliotheque/[\w\-]+\-([\d]+)/$
  28. ^publikationen/bibliothek/[\w\-]+\-([\d]+)/$
  29. ^liens/$
  30. ^links/$
  31. ^spetznamen/$
  32. ^spetznamen/(?P<spetzname>[\w\-]+)/$
  33. ^(?P<article>[\w\-]+)/$
  34. ^[\w/\-]+/(?P<article>[\w\-]+)/$

The current URL, presse/3/www.republicain-lorrain.fr, 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.