Karsten W. Rohrbach wrote: > > > This is a very neat idea. > Two questions arise for me as a Django newbie: > - How do I convince django.contrib.admin to edit "*thing" contents > inline? > - What's the preferred method to implement a tree view for the > resulting structure in admin (for example in the sidebar on the right)?
Both these things are 'too custom' to work seamlessly in the current admin. My bet is that it would be way simpler to implement custom views for them. Though I should admit I'm not very experienced in hacking on admin app. However this thing may become more automatic over time when a standard way of model inheritance will be implemented (it is worked on now). However it may take somewhat long. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---