Re: Seeking design advice on Django implementation

2009-02-02 Thread Julien Phalip
On Feb 2, 7:40 pm, Malcolm Tredinnick wrote: > On Mon, 2009-02-02 at 00:17 -0800, Julien Phalip wrote: > > Hi, > > > I'm a bit stuck with the design of a system and so I was wondering if > > someone could give some advice. > > > The system works as follows. Users can

Re: Seeking design advice on Django implementation

2009-02-02 Thread Malcolm Tredinnick
On Mon, 2009-02-02 at 00:17 -0800, Julien Phalip wrote: > Hi, > > I'm a bit stuck with the design of a system and so I was wondering if > someone could give some advice. > > The system works as follows. Users can create documents, which are > stored in a Django model. To ensure there's no

Seeking design advice on Django implementation

2009-02-02 Thread Julien Phalip
Hi, I'm a bit stuck with the design of a system and so I was wondering if someone could give some advice. The system works as follows. Users can create documents, which are stored in a Django model. To ensure there's no conflict, a document can be modified only by one user at a time. The