Silver Library (Archived)
Python/Django : Why formatter black never works? 본문
반응형
Problem:
Never works as I expected. Installed black. Pressed save button. Never. Nothing changes.
Solution:
Use the terminal for each individual file. Just like how I press the save button.
e.g. black filename.py
Be sure to install that black extension by input pip install black
Source: me and saviour
Formatter black is not working on my VSCode...but why?
I have started using Python and Django and I am very new in this field. And this is my first time to ask a question here...I do apologise in advance if there is a known solution to this issue... Wh...
stackoverflow.com
'Personal DB' 카테고리의 다른 글
#Django (Notion) - ManyToManyField, ForeignKey (0) | 2020.12.02 |
---|---|
How to move mnt(windows) thing to WSL(Linux/Ubuntu)? (0) | 2020.12.02 |
WSL - how to return Windows from Linux? (0) | 2020.12.01 |
[Git & WSL] Django Coding - Day 1 (0) | 2020.11.23 |
Installing Pipenv on WSL (0) | 2020.11.23 |