Posts by Luiz Gustavo • 21 points
1 post
-
2
votes2
answers258
viewsQ: How to save Django objects with quantity validation?
I’m still a beginner in Django and would like to know how I would do to save a certain amount of students in vacancies. Example: vagas = 5, how do I allow them only to be saved 5 students? class…