Page not found (404)

Request Method: GET
Request URL: http://car-conference.fr/favicon.ico

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

  1. ^admin/news/
  2. ^admin/program/
  3. ^admin/submit/
  4. ^admin/sessions/
  5. ^admin/sponsors/
  6. ^admin/comeete/
  7. ^admin/wifi/
  8. ^admin/print/program
  9. ^admin/print/badge
  10. ^admin/
  11. ^ajax/schedule_print/
  12. ^ajax/keywords/
  13. ^ajax/affiliation/
  14. ^ajax/registration/
  15. ^ajax/author/
  16. ^ajax/schedule/(?P<id>[0-9]+)/
  17. ^ajax/session/
  18. ^ajax/upload/
  19. ^papers/(?P<id>[0-9]+)/
  20. ^papers/
  21. ^accomodation/
  22. ^sponsors/
  23. ^comittes/
  24. ^venue/
  25. ^social/
  26. ^citi/
  27. ^call/
  28. ^registration_new/
  29. ^participants/
  30. ^schedule/
  31. ^program/
  32. ^registrations/
  33. ^file/(?P<id>[0-9]+)/
  34. ^img/(?P<id>[0-9]+)/
  35. ^news/(?P<id>[0-9]+)/
  36. ^news/
  37. ^login/
  38. ^logout/
  39. ^$

The current URL, favicon.ico, 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.