Page not found (404)

Request Method: GET
Request URL: http://buena-onda.eu/buena-onda.eu/index.php

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

  1. admin/
  2. lesroisdumonde/
  3. lesroisdumondeAddPosition/<str:token>/<str:latitude>/<str:longitude>/<int:timestamp>/<str:hdop>/<str:altitude>/<str:vitesse>/<str:direction>/ [name='addPosition']
  4. setb/position/ [name='getPosition']
  5. [name='landing']
  6. notre-projet/ [name='home']
  7. articles/ [name='post-list']
  8. articles/page/<int:page> [name='post-list']
  9. materiel/ [name='materiel']
  10. articles/categorie/<id> [name='category-post-list']
  11. articles/categorie/<id>/page/<int:page> [name='category-post-list']
  12. articles/auteur/<id> [name='auteur-post-list']
  13. articles/auteur/<id>/page/<int:page> [name='auteur-post-list']
  14. photos/ [name='photos']
  15. qui-sommes-nous/ [name='presentation']
  16. partenaires/ [name='partenaires']
  17. podcasts/ [name='chroniques']
  18. podcasts/page/<int:page> [name='chroniques']
  19. search/ [name='search']
  20. contact/ [name='contact']
  21. images/ [name='image_upload']
  22. article/create/ [name='post-create']
  23. article/<id>/ [name='post-detail']
  24. article/<id>/update/ [name='post-update']
  25. article/<id>/delete/ [name='post-delete']
  26. tinymce/

The current path, buena-onda.eu/index.php, 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.