Page not found (404)

Request Method: GET
Request URL: http://www.ixanov.com/home-01.html

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

  1. ^$ [name='home']
  2. ^good-performance/$ [name='home']
  3. ^good-strategie/$ [name='home']
  4. ^good-organisation/$ [name='home']
  5. ^good-projet/$ [name='home']
  6. ^good-management/$ [name='home']
  7. ^legales/$ [name='legales']
  8. actualites/
  9. etudes-de-cas/
  10. contact/
  11. markdownx/
  12. admin/

The current path, home-01.html, 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.