Answer the question
In order to leave comments, you need to log in
Where is the project.wsgi file in django project?
I'm trying to set up nginx+gunicorn and the myproject.wsgi file appears in all the manuals. And I only have wsgi.py. If I try to prescribe it instead of .wsgi in the configs, nothing happens.
Answer the question
In order to leave comments, you need to log in
If it's simple, then:
gunicorn -b 127.0.0.1:8000 myproject.wsgi:application
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question