Re: Generic view and registers vs. Public users

2006-09-20 Thread John M
Malcom, Thanks for the quick reply, I've printed out your stuff and will give it a go and let you know if it works for me. thank you! John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Generic view and registers vs. Public users

2006-09-20 Thread Malcolm Tredinnick
Hi John, On Wed, 2006-09-20 at 21:26 -0700, John M wrote: [...] > Here's my problem, on my main page, id like to show the public sutff if > the user isn't logged in, or show the users own stuff if they are > logged in. > > Is this possible with generic views? I would love to use them since > th

Generic view and registers vs. Public users

2006-09-20 Thread John M
I Love django! I am trying to build a site that allows people to register to use the features of my site, or to just look around at what others have allowed them to look at. So, im using the built in User login stuff, and it's working great! What I want is this: 1. If youre a registerd user (