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.
我正在考虑为我的画廊使用 django-photologue,但我希望它能够自动显示新上传的图像,例如顶部。photologue 可以做到这一点,还是我应该使用其他画廊?
正如 Hedde在评论中指出的那样,您应该能够覆盖 django-photologue 在其文档中提到的模板,并使用对服务器的 ajax 请求来确定是否有新图像可用。
当然,django-photologue 对于这个功能来说不是必需的,但它至少应该让你开始。