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