home
search
tag
: python
Fixing autoformatting Django templates in Visual Studio Co
2022-03-23
•
2 min read
django
python
vscode
Prettier autoformatting screws up Django html templates in Visual Studio Code. For example, it puts tags on the same line when they shouldn't be. The fix is pretty simple and involves a couple of different formatting extension.
Read More
How I install python on OS X in 2022
2022-01-03
•
6 min read
os x
python
There are many different ways of doing it; my favourite involves using pyenv
Read More