Posts by Guilherme Reis Araujo • 35 points
3 posts
-
0
votes1
answer583
viewsQ: Import CSV into Django database
I have a CSV database and wanted to import to my models from Django, CSV has this structure: NAME,CLUB,LEAGUE,POSITION,RATING,PACE,SHOOTING,PASSING,DRIBBLING,DEFENDING,PHYSICAL,LOADDATE Tore…
-
1
votes2
answers147
viewsQ: Make data written by the user be stored in a JS object
I have this code and wanted to know how to make the user can press a button and, from that, store the data requested by the page in the JS object and, after that, display the message written in the…
-
2
votes1
answer95
viewsQ: Javascript loop for problem
I want the loop below is show all even numbers that are smaller or equal to it, but I can only make it show the last number. If I type 40 and it returns only 2. <div class="calculo"> <input…