diff gpp/urls.py @ 323:0c18dfb1da1c

Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Feb 2011 00:31:54 +0000
parents 88b2b9cb8c1f
children d8b634e67043
line wrap: on
line diff
--- a/gpp/urls.py	Sat Feb 12 21:37:17 2011 +0000
+++ b/gpp/urls.py	Sun Feb 20 00:31:54 2011 +0000
@@ -46,6 +46,7 @@
    (r'^profile/', include('bio.urls')),
    (r'^shout/', include('shoutbox.urls')),
    (r'^smiley/', include('smiley.urls')),
+   (r'^ygroup/', include('ygroup.urls')),
 )
 
 # Haystack search views