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.