Re: Arguing for convention over configuration

2005-09-03 Thread Eugene Lazutkin
Thank you for detailed post. You are raising valid points. I want to add my laundry list, which partially intersects with yours. 1) Currently app's name should be unique within a project. I want to be able to reuse the same app several times. Example: categories. I may have different categorie

Re: Django "add-ins": blog, discussion board, wiki, etc.

2005-09-03 Thread Adrian Holovaty
On 9/2/05, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > On 9/1/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > The man to talk to is Wilson Miner, [EMAIL PROTECTED], who's also the > > guy who designed Django's admin and djangoproject.com. > > I assume source is included, and modification rights

Authorisation

2005-09-03 Thread Robert Wittams
It seems that custom authorisation is a common pattern that the generic views and admin interface do not handle. The situation is : model objects, through some set of relationships, are related to a user object. Only if this user object matches the current user do we want to allow update or dele