Re: auth_user foreign key question

2009-03-13 Thread Kier
Thank you so much. I've just started the tutorials on their website and from what I've seen so far I like it a lot. On Mar 13, 12:40 pm, Rajesh D wrote: > On Mar 13, 9:51 am, Kier wrote: > > > I'm new to django so forgive me if this is a noobish question. I'm > > creating a website where users

Re: auth_user foreign key question

2009-03-13 Thread Rajesh D
On Mar 13, 9:51 am, Kier wrote: > I'm new to django so forgive me if this is a noobish question. I'm > creating a website where users can log in and create projects. I would > like to keep up with which user created which project and allow him to > easily get a list of projects he created. Also

auth_user foreign key question

2009-03-13 Thread Kier
I'm new to django so forgive me if this is a noobish question. I'm creating a website where users can log in and create projects. I would like to keep up with which user created which project and allow him to easily get a list of projects he created. Also I want a user to only be able to edit a pr