Hello. I have problems to upload files when use gunicorn in a django app. If i use the django testing server via python manage.py runserver, all work fine.
I tried change the owner (to django) and permissions to the folders and nothing change. How can i fix that or how can i debug with gunicorn?
Thanks.
PD: Sorry my english.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Solved, was a path problem not permissions.