How to Install python3-django-celery-beat in Ubuntu 18.04



Install python3-django-celery-beat by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-django-celery-beat

Description:

Database-backed Periodic Tasks (Documentation)

This extension enables you to store the periodic task schedule in the database. . The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run. . This package contains the Python 3 version of the library.

Homepage: https://github.com/celery/django-celery-beat/

Version: 1.1.1-1

Section: universe/python