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.
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
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
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
4 matches
Mail list logo