Mugambi645 / django-email-scheduler

Django celery email scheduler using redis as backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation with Django

Celery as a task queu and Redis as the message broker

Build Setup

# install dependencies
pip install -r requirements.txt
# Run server[Redis server,client and django]
python manage.py runserver
on another terminal window - redis-server and redis-cli
# Run celery
python -m celery -A django_celery worker -l info

About

Django celery email scheduler using redis as backend


Languages

Language:Python 89.9%Language:HTML 10.1%