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传出来的
谢谢大家解答