Assign a User/Group to a Site

2009-09-03 Thread Liquidrums
Ok, so I can have an article associated with multiple sites. That's pretty sweet! But how about ensuring that a user I create can only work on a certain site? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: ManyToMany Model Inline?

2009-03-30 Thread Liquidrums
After tooling around with it a bit, I simplified it so that each Vegetable/Animal has a ManyToMany relationship with a Tag. But I still would like to find a way of consolidating the editing of where a Tag points on the actual TagAdmin page. On Mar 30, 1:24 pm, Liquidrums wrote: > In

[Django Admin + Generic Relations] ManyToMany Model Inline?

2009-03-30 Thread Liquidrums
In the documentation for Generic Relations, a Vegetable and Animal can be Tagged via a GenericInline for each model. I want to be able to choose a tag and subsequently add/remove which models have that tag via a ManyToMany-style inline. Is this already available, or do I have to roll my own? I

Re: Admin / Model - "Page" model has many "Component" models

2008-10-28 Thread Liquidrums
e same way that many "components" would be tied to a single "Page". On Oct 28, 2:14 pm, Liquidrums <[EMAIL PROTECTED]> wrote: > This may be beyond the reach of Django, but I figured it was worth a > shot. > > I have a site tool not unlike many blogs or CMSs

Admin / Model - "Page" model has many "Component" models

2008-10-28 Thread Liquidrums
This may be beyond the reach of Django, but I figured it was worth a shot. I have a site tool not unlike many blogs or CMSs for adding/editing pages. Recently, to enable common components to pages (such as contact forms, site-maps, carts, pre-filled content pages, etc.), the needs for the "Page"