how to use django-background-tasks

前端 未结 4 1265
离开以前
离开以前 2020-12-30 14:39

I am making a django application. To calculate the rank of the feeds based on lines and comment, I am trying to use django-background-tasks. the function I am using in nodes

4条回答
  •  北海茫月
    2020-12-30 15:19

    There is a difference between django-background-task and django-background-tasks. django-background-task was unmaintained and incompatible with newer Django versions. We updated and extended it with new features a while ago and maintaining the new backward compatible package django-background-tasks on Github. The new django-background-tasks app can be downloaded or installed from the PyPI.

提交回复
热议问题