AccordBox / python-webpack-boilerplate

Django Webpack boilerplate & Flask Webpack boilerplate
https://python-webpack-boilerplate.rtfd.io
MIT License
167 stars 20 forks source link

[question] why shd I use this instead of django-webpack-loader #15

Closed simkimsia closed 2 years ago

simkimsia commented 2 years ago

Sorry I am curious

But as a django dev why is this better or more suited for me if I want to use webpack in my dockerized django project compared with django-webpack-loader?

michael-yin commented 2 years ago

@simkimsia

When using django-webpack-loader, you need to create Webpack project on your own, which is not easy for many newbie Django developers.

python-webpack-boilerplate can let you play with modern frontend tech in Django, even you have no idea how to config Webpack.

Thx.

simkimsia commented 2 years ago

Thx for clarifying. You should put that front and early in the readme.