i\'m trying to deploy my django project with gunicorn and nginx, but i need some help. when i code gunicorn myproject.wsgi:application I manage to see my website in the loca
I have got this issue before. Try set static path in your Nginx configuration then grant permission of your project.
sudo chmod -R 777 /webapps/yourweb/
Try starting your server again. Hope it help.