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.
我正在开发一个项目,该项目会定期从 Web 服务器将库存详细信息作为 json 文件下载并在本地保存以供用户请求。由于不适合为每个用户请求下载相同的内容,因此我需要帮助
我知道如何使用 cron 来做到这一点,但我更喜欢 django 本身..
while True使用循环和thread.sleep(intervaltime)函数编写 django 命令。
while True
thread.sleep(intervaltime)
并在启动 django 服务器后,运行这个python manage.py commandname
python manage.py commandname