Using the URLconf defined in siriofilm.urls
,
Django tried these URL patterns, in this order:
- ^$
- ^tv(/(?P<ordinamento>(recent|popular)))?(/channel/(?P<canale>\d+))?(/video/(?P<video>\d+))?(/tag/(?P<tag>\d+))?/?$
- ^admin/
- ^palinsesto/xspf/?$
- ^palinsesto/?$
- ^info/(?P<video>\d+)/?$
- ^podcast/?$
- ^fj/
- ^rss20.xml$
- ^feed/$
- ^feed/rss/$
- ^feed/atom/$
- ^feed/user/(?P<user>\d+)/tag/(?P<tag>.*)/$
- ^feed/user/(?P<user>\d+)/$
- ^feed/tag/(?P<tag>.*)/$
- ^feed/atom/user/(?P<user>\d+)/tag/(?P<tag>.*)/$
- ^feed/atom/user/(?P<user>\d+)/$
- ^feed/atom/tag/(?P<tag>.*)/$
- ^feed/rss/user/(?P<user>\d+)/tag/(?P<tag>.*)/$
- ^feed/rss/user/(?P<user>\d+)/$
- ^feed/rss/tag/(?P<tag>.*)/$
- ^user/(?P<user>\d+)/tag/(?P<tag>.*)/$
- ^user/(?P<user>\d+)/$
- ^tag/(?P<tag>.*)/$
- ^opml/$
- ^foaf/$
- ^$
- ^archivio(/(?P<ordinamento>(recent|popular)))?(/channel/(?P<canale>\d+))?(/video/(?P<video>\d+))?(/tag/(?P<tag>\d+))?/?$
- ^news/$
- ^send/(?P<video>\d+)/?$
- ^message_sent/?$
- ^captions/?$
- ^tags(/(?P<tag>\d+))?/?$
The current URL, /send/
, didn't match any of these.