Re: Static files configuration

2019-12-17 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

Static files configuration

2019-12-17 Thread Yash Garg
I have to display a HTML page with its supporting css, js and images. So i create a template folder to put HTML in it then i create a static folder in which i create css, js and img folder and put related files into these folders. then I configure the *Settings.py* BASE_DIR = os.path.dirname(os