Re: User-specific sites

2012-01-28 Thread Mario Gudelj
It's all in queries. You assign the user to all your tables as a foreign key and make sure that all your quiries have user in them as a filter. You can also extend the user and assign a slug to it so that you have unique urls for all users. You can generate a slug from the username upon user creati

Re: User-specific sites

2012-01-27 Thread Russell Keith-Magee
On Wed, Jan 18, 2012 at 5:35 AM, Eryn Wells wrote: > 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 fi