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 (i.e. user.is_anonymous() = false), then
you can add items to the DB, etc.
2. if you're not  a registerd user, you can still look around at stuff
people have tagged in the DB as 'public'.

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
they are SO COOL!

Youre help is appreciated


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to