- Soft delete articles with Django
- Celery Beat periodic task to permanently remove articles that have been deleted for 30 days.
-
Django as web framework
-
Celery as distributed task queue
-
RabbitMQ as message queue (Celery broker)
-
Redis as Celery result backend
-
PostgreSQL as DBMS
-
Nginx as reverse proxy (it serves static files also)
-
PostgreSQL as DBMS
-
Docker as contianer manager
docker compose -f docker-compose.prod.yml up
tell.reganto[at]gamil.com
Hello!