Relative Content

Tag Archive for djangodjango-staticfiles

Static files not served in Django production

My Django application working perfectly on my local machine but when I successfully deployed it to AWS EC2, I don’t get any styling. I tried search for solution as many others faced this issue but non of the answers fixed my case. I tried a lot of stuff for two days but nothing seem to work with me. What am I missing or doing wrong?
Appreciate your help!