Page not found (404)

Request Method: GET
Request URL: http://za.pycon.org/2013

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

  1. ^ ^$ [name='index']
  2. ^ ^index.html$ [name='index_redirect']
  3. ^ ^about.html$ [name='about']
  4. ^ ^venue.html$ [name='venue']
  5. ^ ^location.html$ [name='location']
  6. ^ ^schedule.html$ [name='schedule']
  7. ^ ^sponsors.html$ [name='sponsors']
  8. ^ ^sponsors_amazon.html$ [name='sponsors_amazon']
  9. ^ ^sponsors_google.html$ [name='sponsors_google']
  10. ^ ^sponsors_thoughtworks.html$ [name='sponsors_thoughtworks']
  11. ^ ^sponsors_sjs.html$ [name='sponsors_sjs']
  12. ^ ^sponsors_psf.html$ [name='sponsors_psf']
  13. ^ ^sponsors_basho.html$ [name='sponsors_basho']
  14. ^ ^sponsors_praekelt_foundation.html$ [name='sponsors_praekelt_foundation']
  15. ^ ^sponsors_information_logistics.html$ [name='sponsors_information_logistics']
  16. ^ ^sponsors_clickatell.html$ [name='sponsors_clickatell']
  17. ^ ^sponsors_packages.html$ [name='sponsors_packages']
  18. ^ ^contact.html$ [name='contact']
  19. ^ ^register.html$ [name='register']
  20. ^ ^register_thanks.html$ [name='register_thanks']
  21. ^ ^speaker.html$ [name='speaker']
  22. ^ ^speaker_thanks.html$ [name='speaker_thanks']
  23. ^ ^invoice/(.*)/$ [name='attendee_invoice']
  24. ^ ^book.html$ [name='book']
  25. ^ ^book_thanks.html$ [name='book_thanks']
  26. ^ ^news.html$ [name='news']
  27. ^ ^news_pr1.html$ [name='news_pr1']
  28. ^ ^news_umbono.html$ [name='news_umbono']
  29. ^ ^news_umonya.html$ [name='news_umonya']
  30. ^ ^news_3weeks.html$ [name='news_3weeks']
  31. ^ ^news_sponsors.html$ [name='news_sponsors']
  32. ^ ^news_speakers.html$ [name='news_speakers']
  33. ^ ^news_recordings.html$ [name='news_recordings']
  34. ^ ^news_lightning.html$ [name='news_lightning']
  35. ^ ^news_spaces.html$ [name='news_spaces']
  36. ^ ^speakers.html$ [name='speakers']
  37. ^ ^speaker/(?P<pk>\d+)/detail.html$ [name='speaker_detail']
  38. ^admin/
  39. ^media/(?P<path>.*)$

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