목록분류 전체보기 (373)
Silver Library (Archived)
So this is quite new to start writing some record here. First of all, I may classify to two parts for posting here. 1. Literally write down tip-like notes. This should be prepared like recipe note when I needed in future. 2. A note, literally to write down what I have understood so far! For this, I may put title as e.g. [check/Django]. Remember, this webpage is reflexing my side as well. Try to ..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bk6DyS/btqOiAleftm/ywvmKLvJjIOCHul4zP3vlK/img.gif)
The HTML DOM(Document Object Model) Tree of Objects With the object model, JavaScript gets all the power it needs to create dynamic HTML: JavaScript can change all the HTML elements in the page JavaScript can change all the HTML attributes in the page JavaScript can change all the CSS styles in the page JavaScript can remove existing HTML elements and attributes JavaScript can add new HTML eleme..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bjp2OI/btqOeCXZv1k/ebcXYwC1tP7j2vBo8axBs0/img.jpg)
Such a warning message (17 unapplied migration) will appear UNLESS I do 'migrate'. Issue : After running migrate, 'db.sqlite3' did not generate itself. # db.sqllite3 is a file of sql language. Solution : # Make sure the server is running. Then proceed to 'migrate' phase. Turn off VSCode, then re-run. It will appear on the file list. Assume this is an old never-fixed issue since Windows 97. So, I..