Django and Webpack - Static Files Managed Efficiently (Webpack 4, Django, Sass, Bootstrap)

#webpack #django #sass #bootstrap As Django developers we may fall into a common trap and focus more on python side of the things and less on javascript/css side. In this lesson we concentrate on frontend of the project and I will show you how to manage static assets with Webpack.
Back to Top