我正在尝试了解其他人的django代码。在那里他使用了这一行:
{# This information is cached and updated periodically via the context.
#}
<div id="traffic">Traffic: {{ TRAFFIC }} users visited in the last
hour</div>
我无法理解它是如何工作的? 如果您需要views.py文件,请告诉我。
答案 0 :(得分:0)
此代码仅提供从视图到html代码访问变量“TRAFFIC”网站的用户数。
如果您想观察流量,可以使用Google Analytics http://www.google.com/analytics/或在此处阅读博客https://www.augustash.com/our-blog/see-how-many-visitors-are-your-website-right-now