Created
October 6, 2013 19:57
-
-
Save groovecoder/6858396 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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