목록Backend Web Development <정리중>/Tip (troubleshooting) (6)
Silver Library

Problem. The issue happened once I enter through the terminal's hotlink URL. Solution. Manually input http://127.0.0.1:8000/ on the address bar. This is port issue.
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 stackoverflow.com/questions/65101442/formatter-black-is-not-working-on-my-vscode-but-why/651017..
To move Linux: cd .. (until it reaches) To back Windows : cd mnt -> cd c -> ls (to check where I am)
Problem. CANNOT INSTALL or UNABLE TO RUN pipenv. Seriously demotivated me to learn Django for a week. Almost moved to Anaconda for a virtual workplace. Solution. #Before jumping on to the next input step, input following 1. pip list check if virtualenv is already installed. 2. pip uninstall virtualenv 3. pip uninstall pipenv 4. pip install pipenv If still not able to run pipenv, #on WSL, input t..