Re: Deploy django project using gunicorn

2018-11-12 Thread Yohandy Chiaawanda
I delete the models.py file since I am splitting all the models into separated files based on their name and import them in the __init__.py as the 2nd image i post before.. Should I keep the models.py file ? If yes, where should I keep them ? And what the content it should be ? Below I attach

Re: Deploy django project using gunicorn

2018-11-12 Thread amit pant
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 >

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