B
B
Boldy2015-02-01 14:40:20
Django
Boldy, 2015-02-01 14:40:20

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

1 answer(s)
Y
Yuri Shikanov, 2015-02-01
@Boldy

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 question

Ask a Question

731 491 924 answers to any question