Page not found (404)

Request Method: GET
Request URL: http://www.sperimentarea.tv/send/

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

  1. ^$
  2. ^tv(/(?P<ordinamento>(recent|popular)))?(/channel/(?P<canale>\d+))?(/video/(?P<video>\d+))?(/tag/(?P<tag>\d+))?/?$
  3. ^admin/
  4. ^palinsesto/xspf/?$
  5. ^palinsesto/?$
  6. ^info/(?P<video>\d+)/?$
  7. ^podcast/?$
  8. ^fj/
  9. ^rss20.xml$
  10. ^feed/$
  11. ^feed/rss/$
  12. ^feed/atom/$
  13. ^feed/user/(?P<user>\d+)/tag/(?P<tag>.*)/$
  14. ^feed/user/(?P<user>\d+)/$
  15. ^feed/tag/(?P<tag>.*)/$
  16. ^feed/atom/user/(?P<user>\d+)/tag/(?P<tag>.*)/$
  17. ^feed/atom/user/(?P<user>\d+)/$
  18. ^feed/atom/tag/(?P<tag>.*)/$
  19. ^feed/rss/user/(?P<user>\d+)/tag/(?P<tag>.*)/$
  20. ^feed/rss/user/(?P<user>\d+)/$
  21. ^feed/rss/tag/(?P<tag>.*)/$
  22. ^user/(?P<user>\d+)/tag/(?P<tag>.*)/$
  23. ^user/(?P<user>\d+)/$
  24. ^tag/(?P<tag>.*)/$
  25. ^opml/$
  26. ^foaf/$
  27. ^$
  28. ^archivio(/(?P<ordinamento>(recent|popular)))?(/channel/(?P<canale>\d+))?(/video/(?P<video>\d+))?(/tag/(?P<tag>\d+))?/?$
  29. ^news/$
  30. ^send/(?P<video>\d+)/?$
  31. ^message_sent/?$
  32. ^captions/?$
  33. ^tags(/(?P<tag>\d+))?/?$

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