Django + Celery + Apache mod_wsgi + Postgres + RabbitMQ Application for multiple clients
I have a Django Application that uses Celery, RabbitMQ, with Apache mod_wsgi. Currently all on one server. Each client has their own URL mount, eg: www.example.com/Client001 www.example.com/Client002 www.example.com/Client003 Each client has their own database and project directory with local_setting.py for…