mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Cleaning up.
This commit is contained in:
parent
f473f0e908
commit
13611a9dfd
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class Feed(models.Model):
|
|||
# print "Formatting Stories: %s" % stories_db.count()
|
||||
for story_db in stories_db:
|
||||
story = {}
|
||||
story_tags = story_db.tags.all()
|
||||
# story_tags = story_db.tags.all()
|
||||
story['story_tags'] = story_db.story_tags
|
||||
story['short_parsed_date'] = format_story_link_date__short(story_db.story_date)
|
||||
story['long_parsed_date'] = format_story_link_date__long(story_db.story_date)
|
||||
|
|
Loading…
Add table
Reference in a new issue