Differences between STATICFILES_DIR, STATIC_ROOT and MEDIA_ROOT
What are the differences of these three static url?
What are the differences of these three static url?
I have a django project that structure is like this:
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 this: