Page not found (404)

Request Method: GET
Request URL: http://www.freeagents.co/r/freeagents/?al=gvR8Nt

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

  1. ^ ^$ [name='home']
  2. ^ ^p/(?P<page>[\d]+)/$ [name='feed']
  3. ^ ^p/(?P<page>[\d]+)/toast/(?P<toast_id>\d+)$ [name='feed_toast']
  4. ^ ^p/(?P<page>[\d]+)/press/(?P<press_id>\d+)$ [name='feed_press']
  5. ^ ^about/$ [name='about']
  6. ^ ^contact/$ [name='contact']
  7. ^ ^press/item/(?P<pk>\d+)?$ [name='press_item']
  8. ^ ^toast/item/(?P<pk>\d+)?$ [name='toast_item']
  9. ^ ^press/(?P<pk>\d+)?$ [name='press_list']
  10. ^ ^press/p/(?P<page>\d+)/(?P<pk>\d+)?$ [name='press_list_page']
  11. ^ ^press/redirect/(?P<press_pk>\d+)/$ [name='press_redirect']
  12. ^ ^toasts/(?P<pk>\d+)?$ [name='toast_list']
  13. ^ ^toasts/p/(?P<page>\d+)/(?P<pk>\d+)?$ [name='toast_list_page']
  14. ^ ^toast/redirect/(?P<toast_pk>\d+)/$ [name='toast_redirect']
  15. ^studios/
  16. ^styles/
  17. ^a/
  18. ^autocomplete/
  19. ^api/feeditems/create_or_delete$ [name='feeditems_create_or_delete']
  20. ^api/staffmember-bulk/$ [name='staffmember-bulk']
  21. ^api/socialitem-bulk/$ [name='socialitem-bulk']
  22. ^api/pressitem-bulk/$ [name='pressitem-bulk']
  23. ^api/toast-bulk/$ [name='toast-bulk']
  24. ^api/studio-bulk/$ [name='studio-bulk']
  25. ^api/styles-bulk/$ [name='style-bulk']
  26. ^api/casestudy-bulk/$ [name='casestudy-bulk']
  27. ^api/feeditem-bulk/$ [name='feeditem-bulk']
  28. ^api/interdubsmediaitem-bulk/$ [name='interdubsmediaitem-bulk']
  29. ^api/
  30. ^interdubs/
  31. ^login/$ [name='login']
  32. ^logout/$ [name='logout']
  33. ^admin/
  34. ^admin/
  35. ^api-auth/
  36. ^robots\.txt$
  37. ^livefree/ [name='livefree']
  38. ^static\/(?P<path>.*)$
  39. ^media\/(?P<path>.*)$
  40. ^__debug__/

The current URL, r/freeagents/, 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.