Mercurial > public > sg101
changeset 321:28de6caa4e6d
Fix bad grammar in comment.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 09 Feb 2011 01:28:36 +0000 |
parents | 66cc2f8c4603 |
children | c3d3d7114749 |
files | gpp/legacy/management/commands/translate_old_posts.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/legacy/management/commands/translate_old_posts.py Tue Feb 08 03:53:10 2011 +0000 +++ b/gpp/legacy/management/commands/translate_old_posts.py Wed Feb 09 01:28:36 2011 +0000 @@ -1,5 +1,5 @@ """ -translate_old_posts.py - A management command to join the bbposts and +translate_old_posts.py - A management command to join the bbposts and bbposts_text tables together and output as a .csv file, suitable for use as an input to mysqlimport into the new database. This method bypasses the Django ORM as it was too slow given the number of old posts to import. @@ -34,7 +34,7 @@ class Command(NoArgsCommand): help = """\ -This command joins converts the SG101 1.0 posts to 2.0 format and outputs the +This command joins the SG101 1.0 posts to 2.0 format and outputs the data as a .csv file suitable for importing into the new database scheme with the mysqlimport utility. """