TIL - You can’t set permissions in Django migrations
Setting permissions in a datamigration does not work. Why?
TIL - ๐งน unimport linter formatter
what if you (like me) don’t like to clean up your code while in the zone, but you value a linted and well formatted codebase?
TIL - ๐ Extracting modules provided by installed package
How do I get at runtime the list of modules installed by package? Use setuptools, Luke!
TIL - Submitting a form from an external button
You can submit a form from a button not included in the form itself
TIL - Accessing sass variables in JavaScript ๐คฏ
How to leverage webpack to import sass variables in JavaScript