[mezzanine-users] Question regarding wordpress import tool

2016-07-30 Thread zruu
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

Re: [mezzanine-users] Change collapse-closed to collapse-open in BlogPost admin?

2016-07-30 Thread Eduardo Rivas
Hi there. The BlogPost admin itself takes the fieldsets from DisplayableAdmin and modifies it to insert some fields and some classes. The general steps are: 1. Deepcopy the fieldsets attribute you want to modify 2. Override the values / list items you want to change 3. Assign the modified