comparison gpp/urls.py @ 127:2d299909e074

Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
author Brian Neal <bgneal@gmail.com>
date Mon, 16 Nov 2009 01:00:28 +0000
parents e356ea79a7a2
children e04d91babfcf
comparison
equal deleted inserted replaced
126:b0d62247c3e4 127:2d299909e074
15 (r'^admin/', include(admin.site.urls)), 15 (r'^admin/', include(admin.site.urls)),
16 (r'^accounts/', include('accounts.urls')), 16 (r'^accounts/', include('accounts.urls')),
17 (r'^calendar/', include('gcalendar.urls')), 17 (r'^calendar/', include('gcalendar.urls')),
18 (r'^comments/', include('comments.urls')), 18 (r'^comments/', include('comments.urls')),
19 (r'^contact/', include('contact.urls')), 19 (r'^contact/', include('contact.urls')),
20 (r'^core/', include('core.urls')),
20 (r'^donations/', include('donations.urls')), 21 (r'^donations/', include('donations.urls')),
21 (r'^downloads/', include('downloads.urls')), 22 (r'^downloads/', include('downloads.urls')),
22 url(r'^feeds/(?P<url>.*)/$', 23 url(r'^feeds/(?P<url>.*)/$',
23 'django.contrib.syndication.views.feed', 24 'django.contrib.syndication.views.feed',
24 {'feed_dict': feeds }, 25 {'feed_dict': feeds },