목록분류 전체보기 (373)
Silver Library (Archived)
#Django -Do not forget to claim 'makemigrations' then 'migrate'! Or it won't be reflected on its server database. [Relationship Field] *ManyToManyField : To express Type list *ForeignKey : Something is connected to a different object. To work as many to one. If not sure, refer #4.2. Or the following link & Django document: brunch.co.kr/@ddangdol/5 Django Model - ForeignKey Relationship fields | ..
Problem: Need to move folder in the mnt (windows) sector. I have no idea how to do so. POSSIBLE Solution: ridicurious.com/2018/10/18/2-ways-to-copy-files-from-windows-10-to-windows-sub-system-for-linux/ 2 Ways to Copy Files from Windows 10 to Windows Sub-System for Linux - Ridicurious Today we are going to discuss about how to copy file from your Windows 10 machine to Windows Sub-System for Linu..
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..
#2.1 mystery - 'pythonpath' still does not generate itself automatically on .vscode folder. Might be this is just the initial setting of an older version. [Potential error spot] -flake 8 finally installed successfully. Formatter black STILL DOES NOT WORK, nor reflects to settings.json on .vscode folder. - Leave this step. I spent too much time here. I may find this solution someday.