Page not found (404)

Request Method: GET
Request URL: http://thomas.betrancourt.net/blog/2015/07/31/mon-infrastructure-3-installation-de-centos-sur-un-serveur-ovh/

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

  1. [name='home']
  2. thomas-betrancourt.vcf [name='vcard']
  3. contact.html [name='contact']
  4. robots.txt [name='robots']
  5. cv/
  6. admin/
  7. health/

The current path, blog/2015/07/31/mon-infrastructure-3-installation-de-centos-sur-un-serveur-ovh/, 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.