Skip to content

Commit

Permalink
reverting the changes to the urls file.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Aug 20, 2010
1 parent ec71ceb commit 984d1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_website/urls.py
Expand Up @@ -47,8 +47,8 @@
'django_website.apps.aggregator.views.feed_list',
name="community-feed-list"),
url(r'^community/', 'django_website.apps.aggregator.views.index', name='community-index'),
# (r'^contact/', include('django_website.apps.contact.urls')),
# (r'^documentation/', include('django_website.apps.docs.urls')),
(r'^contact/', include('django_website.apps.contact.urls')),
(r'^documentation/', include('django_website.apps.docs.urls')),
(r'^r/', include('django.conf.urls.shortcut')),
(r'^rss/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}),
(r'^sitemap\.xml$', cache_page(sitemap_views.sitemap, 60 * 60 * 6), {'sitemaps': sitemaps}),
Expand Down

0 comments on commit 984d1e4

Please sign in to comment.