How to use 'static' folder

Hello,

I am confused as how ‘static’ works.

My project has several apps. I want to have something like this:

  • Root
  • static
    – app1
    — images
    — css
    — js
    – app2
    — images
    — css
    — js


What should I put in my settings.py, urls.py and template files to make that work?

Thanks.

Here’s the official documentation on managing static files. Give that a try and if you can’t get it to work after that, let us know! :slight_smile:

Thank you very much.