[问题] django view and templates

楼主: sean72 (.)   2016-03-15 07:10:35
tutorial
https://thinkster.io/django-angularjs-tutorial
github
https://github.com/brwr/thinkster-django-angular
在templates/navbar.html里面
他用变量user.is_authenticated 来切换navbar按钮
请问在authentication/view.py 里面
他是如何产生变量 user 并且放在context然后return response?
我隐约觉得这跟django built-in authentication User Class有关联
但是却不清楚template里面的user是怎么从view.py传出来的
谢谢大家解答
作者: Dforce (VF-17)   2016-03-15 08:55:00
https://goo.gl/SdFxMp request.user.is_authenticated()django.short.render(request,template_name,dictionary)
作者: uranusjr (←這人是超級笨蛋)   2016-03-15 14:58:00
来自 django.contrib.auth.context_processors.auth这个叫 context processor, 详细解释请参照文件

Links booklink

Contact Us: admin [ a t ] ucptt.com