Switch to unified view
a/Allura/allura/command/rssfeeds.py | b/Allura/allura/command/rssfeeds.py | ||
---|---|---|---|
... |
... |
||
80 | tool_version={'blog': version.__version__}, |
80 | tool_version={'blog': version.__version__}, |
81 | state='draft') |
81 | state='draft') |
82 | post.neighborhood_id=c.project.neighborhood_id |
82 | post.neighborhood_id=c.project.neighborhood_id |
83 | post.make_slug() |
83 | post.make_slug() |
84 | post.commit() |
84 | post.commit() |
85 | # TODO remove me |
||
86 | #print "TITLE: %s\nCONTENT: %s\n\n" % (title, content) |