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.0.0:8003 myproject.wsgi' ,there's 
always an ImportError showing up
Here's the screenshot showing the error
[image: error01.PNG]
And here's the file __init__.py looks like
[image: error02.PNG]

Any suggestion and help is really appreciated 



-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a8e3098f-465e-4986-aca3-f4f196645423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to