Monday, June 22, 2020

Re: Error Deployment

Hi Giovanni,

On 22/06/2020 20.21, Giovanni Silva wrote:
> Hi everybody.
>
> I have an VPS and I'm trying to configure it to deploy some djangos app.
>
> I'm follow this tutorial, but I had an error
> https://www.techsupportpk.com/2019/08/how-to-set-up-django-with-postgres-nginx-gunicorn-ubuntu-1904.html
>

The relevant error is here:

> Jun 22 19:26:27 vmi404911.contaboserver.net
> <http://vmi404911.contaboserver.net> systemd[1]: Started gunicorn daemon.
> Jun 22 19:26:28 vmi404911.contaboserver.net
> <http://vmi404911.contaboserver.net> gunicorn[11839]: usage: gunicorn
> [OPTIONS] [APP_MODULE]
> Jun 22 19:26:28 vmi404911.contaboserver.net
> <http://vmi404911.contaboserver.net> gunicorn[11839]: gunicorn: error:
> No application module specified.

You haven't specified any options to the gunicorn executable in your
.system file.

Have a look at your /etc/systemd/system/gunicorn.service (if you named
it the same as in the tutorial) or post it here.

Kind regards,

Kasper Laudrup

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/21d20609-d3fb-e33f-4fc2-b19255d6ea27%40stacktrace.dk.

No comments:

Post a Comment