]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/management/commands/load-old-posts.py
add atom feeds (with legacy compatibility)
[chloro.git] / chloro / phyll / management / commands / load-old-posts.py
index 0e2795c3b9325b029081bd647dee717f80c42c02..61dd893235b61b5c936a72069de34414255b674d 100644 (file)
@@ -80,3 +80,4 @@ class Command(BaseCommand):
                 note.tags.add(tag)
             if getattr(old_post, 'language', None):
                 note.tags.add('lang-%s' % old_post.language)
+            note.tags.add('old-post-id-%s' % old_post.id)