Posts by Fred Brandt • 21 points
1 post
- 
		2 votes1 answer1157 viewsQ: Django does not render static files that are in subfolders within /Static/I am working on a Django project that has static files (css/js/imgs) according to the following structure: File Structure django_project | +apps | +django_project | +media | +static | +admin…