python3-django-housekeeping

Pluggable housekeeping framework for Django sites in Python 3
  https://github.com/spanezz/django-housekeeping
  0
  no reviews



Django\_housekeeping provides a management command that finds and run tasks defined by your Django apps.

Tasks can declare dependencies on each other, run in multiple stages and provide infrastructure that other tasks can use.

This is the Python 3 version of the package.