Django Basics: Static Files
Introduction
After creating templates, it should be rather tempting to add some styles and logic to them. Well yes, we'll see how to add static files in a web application using django. Static files are not only CSS but also media/images and Javascrip...
techstructiveblog.hashnode.dev8 min read