No one responds to questions regarding nested inlines in the admin,
there must be a reason for that :)

But Im a django novice, and am having troubles customizing the admin
to make it intuitive for the client.  Can someone give me an example
of one of the following:

- nesting inlines of foreignkey relations (Model A - fk Model B = fk
Model C):  known not be possible in django admin by default
- or making a direct link to an admin view of Model B within Model A,
which would give a similar result ... sufficient at least
- generally how to add functions to admin actions (i need to trigger
an xml file write when the administrator saves a model instance for
example)

Any other useful links to documentations for making the admin more
customizable would be great, I havent had much success with the
documentation on this.

Cheers, 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 django-us...@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