First time here? Check out the FAQ!
1

mezzanine: multiple authors per blog post

How can I implement the possibility of having more than one author per blog post in mezzanine?

TIA!

nimbiotics's avatar
25
nimbiotics
asked 2013-10-14 01:04:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

No idea, maybe you should ask on the Mezanine mailing list?

Fitoria's avatar
1.1k
Fitoria
answered 2013-10-16 07:42:49 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks Fitora. Thats exactly what I did and this is what I got at post : https://groups.google.com/forum/#!topic/mezzanine-users/xhRJ_73po5k "If you just want to display more authors you might be able to add an M2M to BlogPosts using field injection called something like additional_authors. Making it so that additional authors could edit BlogPosts in the admin would be more complicated but probably doable. At worst you would have to unregister the BlogAdmin and then re register it with a custom blog admin that also allows additional authors to view/edit. You can check out the OwnableAdmin which the BlogAdmin makes use of here: https://bitbucket.org/stephenmcd/mezzanine/src/30cf2712c473c5e98865e7984fae8127e9a0a79f/mezzanine/core/admin.py?at=default#cl-112"</p<>>

nimbiotics's avatar nimbiotics (2013-10-16 09:57:34 -0500) edit
add a comment see more comments