When using the wordpress_import tool. I want to set a specific site ID. How could I do that? What I can see in the base.py it sets itself to get_current(): https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/blog/management/base.py#L156
I tried setting that to Site.objects.get(name='test.domain.com') but it didn't add the posts to that site object. What can I do? -- 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.
