On Tue, Sep 22, 2015 at 10:27 AM, Karim <[email protected]> wrote:
> Hello everyone, I installed mezzanine and I'm trying to import my blog > with 700 posts and 3000 comments. Ok. I had some time and I worked again on it. I added this setting in settings.py (maybe a sys.maxsize is better, but I guess depend more on the db than the system) COMMENT_MAX_LENGTH = 9999999 I have some comment's user that are more than 50 chars, but I don't care if the value is truncated so I run the import using yes: $ yes '\n' | ./manage.py import_wordpress ... I have a mezzanine version of my blog now :-) Thanks -- Karim N. Gorjux -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
