Re: user information on website

2005-12-19 Thread Ivan Fedorov
patrick kranzlmüller пишет: > > thanks, "context = Context( request )" was the key. The REAL key was "from django.core.extensions import DjangoContext as Context" You must use DjangoContext instead of Context.

Re: user information on website

2005-12-19 Thread patrick kranzlmüller
thanks, "context = Context( request )" was the key. Am 19.12.2005 um 15:38 schrieb Bryan Murdock: On 12/19/05, patrick kranzlmüller <[EMAIL PROTECTED]> wrote: i´m sorry if this is a trivial question, but i´m struggling with getting the username displayed on my app. user is already logged in

Re: user information on website

2005-12-19 Thread Bryan Murdock
On 12/19/05, patrick kranzlmüller <[EMAIL PROTECTED]> wrote: > > i´m sorry if this is a trivial question, but i´m struggling with > getting the username displayed on my app. > user is already logged in, using django authentication (for my app is > part of the admin-interface) - i just need to outp

user information on website

2005-12-19 Thread patrick kranzlmüller
i´m sorry if this is a trivial question, but i´m struggling with getting the username displayed on my app. user is already logged in, using django authentication (for my app is part of the admin-interface) - i just need to output the name. patrick