Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created October 6, 2013 19:57
Show Gist options
  • Save groovecoder/6858396 to your computer and use it in GitHub Desktop.
Save groovecoder/6858396 to your computer and use it in GitHub Desktop.
from django.conf.urls import include, patterns, url
from django.views.generic import TemplateView
from sumo.views import redirect_to
from wiki.feeds import (DocumentsRecentFeed, DocumentsReviewFeed, RevisionsFeed,
AttachmentsFeed,
DocumentsUpdatedTranslationParentFeed,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment