Hello Dennis. I actually needed to do this for a project a few years ago. As far a I know, Mezzanine doesn't support multiple blogs out of the box. What I did was create a "Blog" model, which simply had a slug and title, and then add it as FK to the standard BlogPost and BlogCategory models. After that, it's just a matter of updating urls and views to account for a blog_slug parameter to get the correct Blog instance. If you want to get fancy, you can create "base" templates for each blog. That way, you get unique blog posts, categories and templates for each blog. You'll also need to modify the queries made by the Admin to only return the subset of BlogPost's that match a Blog instance in particular.
Important note: this of course implies you're "forking" Mezzanine's blog app, so you will have to maintain it by yourself and install it in place of the default one.
--
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-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscribe@googlegroups.com.
--
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+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-use...@googlegroups.com.
Sorry, don’t have enough time to write a code sample right now, but here is a more detailed description of the steps:
Hope that helps!
--
You received this message because you are subscribed to a topic in the Google Groups "Mezzanine Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mezzanine-users/LFhT0oryfEI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mezzanine-use...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to mezzani...@googlegroups.com.
Hi Jesper.
That’s correct, you’ll need to copy the entire mezzanine.blog folder. You’ll also need to replace all mentions of it with your own version on settings.py and urls.py.
You’re essentially creating your own blog app to replace the one that ships with Mezzanine.
--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mezzanine-users/e0d65396-96ce-462b-acc7-796bed6d3088%40googlegroups.com.