Re: Problem migration to server with gunicorn and nginx

2015-01-04 Thread Collin Anderson
Hi, Does doing a full start/stop of gunicorn fix it? This could be an issue with PYTHONPATH (aka sys.path) and imports. What's the output of sys.path? What's your rough file tree? Why the double waitlist directories? Which directories have __init__.py files? How are you referencing "waitlist"

Problem migration to server with gunicorn and nginx

2015-01-02 Thread pythonista
The application is working as expected in my development region, but when the admin migrates it to the server and starts up gnicorn and nginx, I get the following errror. I would appreciate any assistance. The application was running the first time we migrated 2 weeks ago to QA. Not sure if th