Re: User-specific sites

2012-01-28 Thread Mario Gudelj
experience, it seems like Django allows users to log in to access > and modify the same content, like a blog with multiple authors or a CMS. > I'm trying to figure out how to do user-specific sites – something like a > blog site where every user has their own blog and they can log in to ad

Re: User-specific sites

2012-01-27 Thread Russell Keith-Magee
a CMS. I'm > trying to figure out how to do user-specific sites – something like a blog > site where every user has their own blog and they can log in to add, remove, > and edit their own posts (and no one else's). Each user has their own > preferences and the like as w

User-specific sites

2012-01-27 Thread Eryn Wells
Hi all, This is my first post and it's a simple question... (I think) In my experience, it seems like Django allows users to log in to access and modify the same content, like a blog with multiple authors or a CMS. I'm trying to figure out how to do user-specific sites – something l