/NotificationEngine

Python Async Notification engine with Redis + Celery + Flower

Primary LanguagePython

django Local Server

python manage.py runserver

celery worker

celery -A NotificationEngine worker -l info

celery beat

celery -A NotificationEngine beat -l info -S django

redis server

redis-server

Run migrations:

python manage.py makemigrations

python manage.py migrate

Celery Dashboard

Ref: