Posts by Felipe Colodiano • 11 points
4 posts
-
0
votes1
answer158
viewsQ: Swap subselect with Oin
good morning! I’m sorry if explanation is not totally clear, it’s because I’m starting in SQL. How do I replace subselect with some type of Join? Because subselect takes longer to load. Examples:…
-
-1
votes1
answer99
viewsQ: Setar tab bootstrap when clicking the link (Django)
Good afternoon! I need help with bootstrap Nav tab. I have three tabs (pending; tempo; finalizado), where each of them has a grid with a button that opens a form on the same page using the same…
-
1
votes2
answers479
viewsA: How to filter items in the Foreign key field of the Django form?
I was able to solve my problem by placing the attribute limit_choices_to in the model field of the table Cadastro_placas, leaving the field as code below: class Cadastro_placas(models.Model): Modelo…
-
0
votes2
answers479
viewsQ: How to filter items in the Foreign key field of the Django form?
Good evening! I’m new to python/djagno, and I’m new to the community, too, that’s my first question. What I want to do is filter the items from a selection list of a Foreign key (Template) on the…