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
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
2 matches
Mail list logo