The environment variable LOG_FILE is not included in the exports in the shared secret store. As a result, manage.py does not run (for me) on the server.
This environment variable must be set on the server to avoid a:
ValueError: Unable to configure handler 'file': 'NoneType' object has no attribute 'startswith'
exception when trying to run:
python app/manage.py dbshell
I've set it to a value in /tmp/ in my current eb shell session.
I've checked out the latest version of the source and created a clean venv on my local system to try to make sure it isn't a separate library or config issue.
The environment variable LOG_FILE is not included in the exports in the shared secret store. As a result, manage.py does not run (for me) on the server.
This environment variable must be set on the server to avoid a:
exception when trying to run:
I've set it to a value in /tmp/ in my current eb shell session.
I've checked out the latest version of the source and created a clean venv on my local system to try to make sure it isn't a separate library or config issue.