1
1 Comment

What do you think it's missing in Django?

Compared with other eco-system like Laravel, what do you think it's still missing? What built-in features do you want?

on July 23, 2020
  1. 1

    I really wanted an opinionated contrib package to handle static files: compile scss/less, concatenate and minify all files, add maps, etc. This is a hurdle you should do with every site and it's kind of embarrassing a batteries-included framework has such a visible gap.

    I spent quite some time with the Django Pipeline (at some point I got stuck with a bug and gave up) Django Compressor (worked great up until the time I want to add map files for debugging) to eventually settle with Gulp (which meant now my Heroku needed another buildpack).