comparison gpp/urls.py @ 285:8fd4984d5c3b

This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
author Brian Neal <bgneal@gmail.com>
date Thu, 14 Oct 2010 02:39:35 +0000
parents 2ba1a6d3b984
children 88b2b9cb8c1f
comparison
equal deleted inserted replaced
284:df2c81f705a8 285:8fd4984d5c3b
37 (r'^irc/', include('irc.urls')), 37 (r'^irc/', include('irc.urls')),
38 (r'^links/', include('weblinks.urls')), 38 (r'^links/', include('weblinks.urls')),
39 (r'^member_map/', include('membermap.urls')), 39 (r'^member_map/', include('membermap.urls')),
40 (r'^messages/', include('messages.urls')), 40 (r'^messages/', include('messages.urls')),
41 (r'^news/', include('news.urls')), 41 (r'^news/', include('news.urls')),
42 (r'^oembed/', include('oembed.urls')),
42 (r'^podcast/', include('podcast.urls')), 43 (r'^podcast/', include('podcast.urls')),
43 (r'^polls/', include('polls.urls')), 44 (r'^polls/', include('polls.urls')),
44 (r'^potd/', include('potd.urls')), 45 (r'^potd/', include('potd.urls')),
45 (r'^profile/', include('bio.urls')), 46 (r'^profile/', include('bio.urls')),
46 (r'^shout/', include('shoutbox.urls')), 47 (r'^shout/', include('shoutbox.urls')),