On Jan 26, 6:22 pm, "[email protected]" <[email protected]> wrote: > Hello, > > I have different models spread in some apps that are all related. Is > it possible do put them in the same section in admin? > > example: > coach: coach, coach_data, coach_things, coach_xxx > player: player, player_data, player_aa, player_lll > team: team, tema_data, team_ll > > This is all related to football. Now in admin I have: > Coach: Coachs > Player: Players > Team: Teams > > I would like to have: > Football: Coachs, Players, Teams > > Thanks in advance. > > Luis
Why don't you just have them all in one 'football' app? You can have more than one model per app. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

