Okay, I'm sorry that I had to bump this, but this is really important.
Normally, I'd just throw in random code and hope it works, but I'd
prefer to have a concrete answer before I sync my database for the
first time.

-- BEGIN ORIGINAL MESSAGE --

I'm setting up a "Pages" app, and it has a relationship between pages
and sideboxen. (Yes, I'm calling them that.) Sideboxen can have any of
the following: descriptive text, links to pages, and external links.
Now, I have the ManyToManyField on the Sidebox model, so you would add
pages to a sidebox from the sidebox's admin page.

However, I was wondering if there was a way to allow you to edit it
both places - creating sideboxen and adding a page to them from the
page's admin interface AND adding pages to sideboxen from the
sidebox's admin page. Would this entail putting the name of the back
relationship from the ManyToManyField in the admin's "fields"
parameter, or something more complex?

Regards,
Leaf
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to