On Thu, May 15, 2008 at 4:57 PM, Arckam <[EMAIL PROTECTED]> wrote:

>
> Hey guys,


Hey!

I need to support a custom blog creation system. Each user would have
> the possibility to create his own blog (like what Blogger does) and to
> post on it. In return there would be an integration of the blog events
> (i.e. posting a new entry) in the global app.
>
> Since I don't feel like reinventing the wheel (again :-) ), does any of
> you have info about an existing tool, written in Django, that allows a
> user to create his own personnal blog and post on it?
>

Well, I don't know about any preexisting implementation, but doing it should
be pretty straightforward, just always keep a ForeignKey to the UserBlog in
your posts/templates/tags/etc...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to