Switch to using the new feeds framework

This commit is contained in:
Magnus Hagander
2013-05-25 14:10:39 -04:00
parent 16f6420db7
commit 0289cbd439
5 changed files with 8 additions and 11 deletions

View File

@ -1,4 +1,4 @@
from django.contrib.syndication.feeds import Feed
from django.contrib.syndication.views import Feed
from models import PwnPost