[mezzanine-users] gunicorn.conf gives ImportError: No module named wsgi

2016-09-16 Thread dznektra
Hi, I'm trying to run mezzanine on gunicorn, but cannot configure the gunicorn.conf file correctly, I tried to change the path to .sock and to wsgi:application without success. I get the error "ImportError: No module named wsgi". Gunicorn does't find the wsgi file. Development server works

Re: [mezzanine-users] gunicorn.conf gives ImportError: No module named wsgi

2016-09-16 Thread Ryne Everett
> > If I pull out the contents out of nektra_coinfabrik/nektra_coinfabrik > into /nektra_coinfabrik it somehow works but the admin is broken (cannot > login, no styles). > That's because the path is wrong. Gunicorn is trying to import `./nektra_coinfabrik/wsgi.py` from the current directory, but