Posts by Edson • 13 points
3 posts
-
0
votes1
answer644
viewsQ: How to change data using Forms. Form on Django
Good afternoon guys, I made all my form using (Forms.Form) only that I am not able to create a function to edit the form data. Below is my code: (I am using the same registration form template)…
-
1
votes1
answer420
viewsQ: queries in Django’s views and template
I have two tables (Client) and (Animal), the animal table is related through a Foreign key with the Client table, currently I can register only client, register client and animal together, in the…
-
0
votes0
answers845
viewsQ: Foreign key relationship on Jango
I have two tables in the Client and Animal model, where animal has a foreign key for Client, I can list all the animals related to the client in the table, but customers who do not have animals…