Hirayama, Pat <phirayam@fredhutch.org> wrote:
OK, I see uwsgi running in process table. PID USER TIME COMMAND 1 mail 0:13 uwsgi --ini uwsgi.ini 7 mail 1h11 uwsgi --ini uwsgi.ini
There is only one uwsgi.ini file, and it is in the same directory as settings.py, settings_local.py and wsgi.py
I had some similar issues last week when migrating from Mailman_Suite to Mailman_Web. Are there any settings in settings_local.py which you know are valid such as the database connection which you can identify as being in use and maybe modify to ensure you are pulling in the files from the right place? For example if you set DEFAULT_FROM_EMAIL
in your settings_local.py to a specific email address, then restart the container, password resets via the web interface should come from that new address. Its an amateurish way of doing it possibly but I've been bitten by this before.
Thanks. Andrew.