Re: How to pass the username into a parameter in the views.py
Thank you!
On Jan 25, 11:51 am, Sam Lai <samuel....@gmail.com> wrote:
> 2010/1/25 min <inuyasha...@gmail.com>:
>
> > Hi, everyone.
>
> > In the first place, I will login to access a web page by my "usename"
> > When I signed in, how to send my "username" into a parmaeter in the
> > views.py
>
> Look herehttp://docs.djangoproject.com/en/dev/topics/auth/#authentication-in-w...
>
> Once you've done that...
>
> > @login_required
> > def new_page(request):
>
> > #how to get the username?
>
> user = request.user
>
> > form = newForm()
> > variables = RequestContext(request, {'form': form})
> > return render_to_response('new_page.html', variables)
>
> > thanks
>
> > --
> > You received this message because you are subscribed to the Google Groups "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home