Change your working directory to "project" (the directory containing wsgi.py) and use:
gunicorn -w 4 wsgi:application It should work. On Thu, Mar 5, 2020 at 10:14 AM 'MH' via Django users < [email protected]> wrote: > Could anyone tell me how to start correctly the unicorn (integration)? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e4404c7e-e6d1-460d-9c22-e4571f1b7528%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/e4404c7e-e6d1-460d-9c22-e4571f1b7528%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFwtXp0UjVBWMSiW8v-CBn1ZQfwAwg23Fdwr8TEutXQNvZh3xw%40mail.gmail.com.

