Category "collectstatic"

serving media files in Django for Production

I want to serve all types of media files in my Django Project I used Whitenoise to server static files and static files are working well but I'm having issues w

What's the point of Django's collectstatic?

In Django, the convention is to put all of your static files (i.e css, js) specific to your app into a folder called static. So the structure would look like th

Django media files not showing with Debug = False on production - Django 1.10

I currently have two kind of files static files and media files.The static files contain my css,js and other static content. The media files contain stuff that