Re: Django Schema Migration

2007-04-23 Thread lcaamano
FYI, this is very similar to the approach we've used since 2001 when doing schema updates of our product, DynaCenter (http:// www.racemi.com). It has nothing to do with Django but the problem domain is the same. Our scripts are called "alter scripts" instead of migrators. We also added version

Re: Best practice for separating Model and Control?

2006-05-15 Thread lcaamano
We're not using Django yet but I think I have a good idea of how we'd use it in our framework. I'll try to summarize that in a few paragraphs, which hopefully will give you another idea of how to deal with the problem you present. We use two modules per table, one has the "manager class" and the

Re: dojo

2006-05-18 Thread lcaamano
You should add these dojo info to the cookbook mentioned above. http://code.djangoproject.com/wiki/CookBookAdminTools -- lpc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Tutorial Repo

2006-06-02 Thread lcaamano
Adrian Holovaty wrote: > On 5/31/06, Noah <[EMAIL PROTECTED]> wrote: > > I think it would be really good if there were a list of links or > > something as a tutorial repo on the main site. Also the main tutorial > > I've found isn't that useful or in-depth. It's not bad but left me > > wanting mo