Question
django on nginx + uwsgi (ubuntu 16.04 on digitalocean) didn't work - static files missing
I posted here already what the problem is but didn’t get an answer: https://stackoverflow.com/questions/46039302/django-on-nginx-uwsgi-static-files-dont-show
Basically there must be a mistake somewhere so that I cannot see the static files anywhere in the frontend even if “collectstatic” worked and I see the files in the terminal. I followed pretty much the digital ocean tutorial.
What can I do?