Hello everybody, I need your help. I have the following data model: class Contract (models.Model): :::::
class Project (models.Model): :::::: contract= models.ForeignKey( "Contract") and would need to modify the administration interface that automatically generates Django, in order to view in edit page contract of admin the list for each of their projects. But I do not want to edit them in the contract. You should get something like: Contract 1 :::::::: List of project Project A Project B I hope your answers. Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

