Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
# urls.py: url(r'^search$', TemplateView.as_view(template_name="home/search.html")),
如何将变量传递{'update_time': update_time}给 TemplateView.as_view?
{'update_time': update_time}