목록Personal DB (108)
Silver Library (Archived)
Input and design its code, then once the error comes out: refer the document as it displays. the error indicates me which topic I should refer to.
#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..