2👍
✅
My advice would be to test locally using Django’s builtin server.
It does precisely auto-reload, so that any change to your code will be available.
I’m not familiar with Dreamhost, but if modwsgi is on embedded mode this is not possible.
In Daemon mode, you could write some code to detect file changes and restart the processes.
Source:stackexchange.com