Posts by Emanoele • 31 points
4 posts
-
1
votes1
answer122
viewsQ: Loaning another Jango user
Good Morning I checked user sessions through login and logout: In the login before logging it makes an Insert in my table: cursor.execute("INSERT INTO usuarios_sessoes (usuario, datahorainicio)…
-
-1
votes2
answers249
viewsQ: Dashboards of users logged in using Django admin user
Good Morning I am using Django’s standard user model, and I would like to have a Dashboard of logged in users, to check who is using the system, know me inform if Django has this information? I…
-
0
votes1
answer47
viewsA: SQL Nestled doubt
For the little you informed I would do as follows: SELECT cli_cdcli, cli_razsoc, A.cli_clifone, A.cli_clicontato From ( SELECT cli_cdcli, cli_razsoc FROM vw_os_finalizada_cliente Union SELECT…
-
1
votes1
answer125
viewsQ: Django. Only change in the database via html
I’ve been developing in Django for a little while, I have an image like on my site, when I click on it I would like to only change a field in the bank without reloading or resending the page and…