So guys I have found the problem. My Nginx server was only serving static files but not media ones, I have probably forgot about it. My Nginx settings were: The only thing I had to do is add a location for the media folder:
@MUGOYA DIHFAHSIH At the begging of setting the server I also used apache2, it was pain in the ass and I switched to Nguix and Gunicorn. Setting the server over apache took me like 60-70 steps. With Nguix and Gunicorn it takes only 20 steps, for 15 min you are all set up. Watch this video and follow the guy: How to Deploy Python-Django serveer in 20 min <https://www.youtube.com/watch?v=hYMTvK5MpQI> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/343c056c-cd83-4ce2-a898-ecf21ef0165fo%40googlegroups.com.

