Posts by Jaelcio • 11 points
3 posts
-
0
votes4
answers92
viewsA: Field match, referenced in previous field
I changed the code and the field 'ultima_medida' appeared, but the last measure reported to the selected vehicle does not appear. Instead appears the same information from the 'vehicle' field' from…
-
0
votes4
answers92
viewsA: Field match, referenced in previous field
I put it this way, but the last measured field, still not appearing. from django.db import models from veiculos.models import Veiculos from motoristas.models import Motoristas from veic_dados.models…
-
1
votes4
answers92
viewsQ: Field match, referenced in previous field
I started learning about Python from Jango and am trying to develop a simple vehicle management system. I am beating head to perform the following procedure: as soon as the registration plate is…