Hi all,
I have 3 models: model1, model2, model3.

model2 depends on model1 and model3 depends on model2 (depend means
that have a foreignkey)

In the admin interface I don't want to include model3 in the same page
of model1 and I don't want to see model2 or model3 links to the change
list in my index page.
I'd like to manage model2 in the same page of model1 and model3 in
another page.
How can I do it?

Thanks to all,
Giorgio
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to