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
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
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
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
4 matches
Mail list logo