Re: Simple architecture question

2008-01-07 Thread iamelgringo
It's not repeating yourself if the admin/auth interface isn't giving you what you need. On Jan 6, 4:30 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2008-01-06 at 15:51 -0800, Pete McVicar wrote: > > [...] > > > Because Django already has the concept of groups/permission my > > imme

Re: Simple architecture question

2008-01-06 Thread Malcolm Tredinnick
On Sun, 2008-01-06 at 15:51 -0800, Pete McVicar wrote: [...] > Because Django already has the concept of groups/permission my > immediate reaction would be to extend the admin interface to allow > ordinary People to create and mange groups this way. However, from > what I've read that would basic

Simple architecture question

2008-01-06 Thread Pete McVicar
In the course of attempting to learn Django I've decided to attempt to build something resembling Flickr or Facebook groups, e.g Person creates an account, People can create a group/join a group, Person can post start a topic/post a comment if they belong to that group. Fairly basic stuff in the g