Posts by TheuzC • 23 points
3 posts
-
0
votes0
answers554
viewsQ: Using Foreignkey to save to BD Django
I cannot do Data’s relationship with Teacher, I have to save Teacher and pass his id to Data foreign key and save, when I execute the code id is not passed Forms.py class…
-
0
votes2
answers151
viewsA: Error in Django Module
True, I got it this way class Meta: model = Professor fields = '__all__' << Django estava pedido and models had a statement to the wrong bank, so when I was going to access it didn’t exist and…
-
2
votes2
answers151
viewsQ: Error in Django Module
Whenever I try to run, I’m getting the following error described below. I’ve already searched a solution, but I can’t make it work. Exception Type: Valueerror Exception Value: Models in the…