Re: Sniffing around django

2006-06-27 Thread Tom Tobin
On 6/27/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > On 6/27/06, toth anna <[EMAIL PROTECTED]> wrote: > > > > Tom Tobin <[EMAIL PROTECTED]>: > > > You should be able to get the behavior you want by > > overriding the > > > save() method on your models. > > > > Is there any usable examples somewhere

Re: Sniffing around django

2006-06-27 Thread Tom Tobin
On 6/27/06, toth anna <[EMAIL PROTECTED]> wrote: > > Tom Tobin <[EMAIL PROTECTED]>: > > You should be able to get the behavior you want by > overriding the > > save() method on your models. > > Is there any usable examples somewhere for me? Here's the general idea: http://www.djangoproject.com/d

Re: Sniffing around django

2006-06-27 Thread toth anna
Tom Tobin <[EMAIL PROTECTED]>: > You should be able to get the behavior you want by overriding the > save() method on your models. Is there any usable examples somewhere for me? Anna _ Teljes körű pénzügyi ügyintézés

Re: Sniffing around django

2006-06-27 Thread toth anna
Jacob Kaplan-Moss <[EMAIL PROTECTED]>: > This question is best asked on django-users; I'm redirecting this > thread there. Sorry for that, i have to subscribe there... Anna. _ Teljes körű pénzügyi ügyintézés és hite

Re: Sniffing around django

2006-06-27 Thread Tom Tobin
On 6/27/06, toth anna <[EMAIL PROTECTED]> wrote: > > Is there any (elegant) opportunity for a "container level > logic". For example, there can be only 5 from a specific > type of item, and inserting a new, we have to delete oldest > object. > Or when saving an object, container "splits" it, and c

Re: Sniffing around django

2006-06-27 Thread Jacob Kaplan-Moss
On Jun 27, 2006, at 9:58 AM, toth anna wrote: > I'm working on my thesis in our academy (i have to > implement, too). > Searching for an enviroment, i found django, and it looks > very nice. > After reading tutorial, i have some questions (and more to > come...:) before i fall in love with it. > >

Sniffing around django

2006-06-27 Thread toth anna
Hi all! I'm working on my thesis in our academy (i have to implement, too). Searching for an enviroment, i found django, and it looks very nice. After reading tutorial, i have some questions (and more to come...:) before i fall in love with it. Is there any (elegant) opportunity for a "containe