Posts by MICHEL MATOS DE OLIVEIRA • 3 points
2 posts
-
0
votes1
answer21
viewsQ: Hide form after uploading a file
Hello, I have a view that has more than one form and in each form, I specify the type of document that will be uploaded. ex: Form1 has an Hidden input with value = 1, for Cpf... form2 value = 2, for…
-
0
votes1
answer120
viewsQ: Django associative table query
Well... I’m trying to do an application on Django for residential energy consumption... I have three tables: Environment, Device and an associative, Appareil_environment where I have foreign keys to…