Posts by Guilherme Anselmi • 1 point
2 posts
-
0
votes2
answers29
viewsA: Recent version of Django with SQL Server
I forgot to update here, I did some tests and I am managing to use Django in version 3.2.5 with mssql-Django in version 1.0rc1 (informed by the file Requirements.txt), so far I have not seen…
-
0
votes0
answers11
viewsQ: Console does not set floating point
The variable of type float fish is reading the console, and when I put a value of 12.4, for example, I have it print the same variable, but even forcing a conversion to float, the output on the…