diff gpp/urls.py @ 81:e356ea79a7a2

More work on forums. Committing what we got so far.
author Brian Neal <bgneal@gmail.com>
date Sun, 23 Aug 2009 00:14:52 +0000
parents 48b221d304c6
children 2d299909e074
line wrap: on
line diff
--- a/gpp/urls.py	Sun Jul 12 18:25:26 2009 +0000
+++ b/gpp/urls.py	Sun Aug 23 00:14:52 2009 +0000
@@ -23,6 +23,7 @@
       'django.contrib.syndication.views.feed', 
       {'feed_dict': feeds },
       'feeds-news'),
+   (r'^forums/', include('forums.urls')),
    (r'^irc/', include('irc.urls')),
    (r'^links/', include('weblinks.urls')),
    (r'^member_map/', include('membermap.urls')),