Re: Deploy django project using gunicorn

2018-11-12 Thread Yohandy Chiaawanda
check your models, might be there is some spelling error. > if you share your models.py file then we could do more help. > > On Mon, Nov 12, 2018 at 8:28 PM Yohandy Chiaawanda > wrote: > >> Hello >> >> I am currently following this guide >> https://www.digita

Deploy django project using gunicorn

2018-11-12 Thread Yohandy Chiaawanda
Hello I am currently following this guide https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 to set up django into digitalocean, and I kinda stuck at one point when I want to use gunicorn Whenever i type 'gunicorn --bind 0.0.