Re: Using Request Info in Generic Views

2009-06-02 Thread Sieker Adi Jörg
Hi, you can use this: http://docs.djangoproject.com/en/dev/topics/auth/#authentication-data-in-templates to add the user to the template context. Then you cold write template tags to actually get the data you need using the user template variable. http://docs.djangoproject.com/en/dev/how

Re: Using Request Info in Generic Views

2009-06-02 Thread Keyton Weissinger
http://groups.google.com/group/django-users/browse_thread/thread/bde817d4620fdfec On Tue, Jun 2, 2009 at 7:33 AM, Keyton Weissinger wrote: > I know I'm in the minority, but I'm still having some trouble grokking > the details of generic views. I keep thinking I should be using them > but keep ru