All things are possible with more or less work, depending on the specifics
of your problem and desired outcome.

Modifying the DB directly is the fastest and easiest solution for one-off
modification.

Using the Django shell (or django-extensions excellent shell_plus) would be
the fastest and easiest solution for scripting bulk modifications.

Finally, you can create a new custom BlogPostAdmin with the author field
enabled and editable. You have to write a custom `save` method for the
BlogPost model to override the method which sets the author as the current
user.

hth,
ken

On Thu, Oct 23, 2014 at 8:34 AM, Emmanuelle HELLY <e.he...@gmail.com> wrote:

> Hello,
>
> Is it possible to modify the author of a blog post in Mezzanine ? And how
> (I mean anyway but directly in DB)
>
> thanks in advance,
>
> Emmanuelle Helly / numahell
>
> --
> 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 mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to