-1
Good afternoon! I am new to Jango and I am creating a system that will serve as a spreadsheet to help in the analysis of some demands.
The demands will be a certificate called CAT requested by architects. That is, a CAT will be linked to only one architect, but an architect may have several Rcts and I would like to know how to save this relationship in the database and how to read it later.
What I want to do is that when registering the CAT and the professional, one is linked to the other and I can then search all the CAT-As linked to a professional and can check which professional linked to a CAT. But using only the foreignkey the two are not linked, and in admin appears a list of all registered professionals for me link to CAT.
Your answer has made me very clear, Wensiso. Thank you! This system would be used by analysts and the idea would be that they would not need to use the admin, but that the linking would be done automatically. Would that be possible? If it is not possible to do it by Jango, it would be possible to do it using another technology?
– Felipetbi