[Answered ]-How to have separate folders for each app's static files in Django

2👍

I usually put them all in one directory like the following just like how I work with templates:

MyProject/staticfiles/app1
MyProject/staticfiles/app2
MyProject/staticfiles/app3

Leave a comment