On 10/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> On this topic, I was trying to use turbogears-admin.py sql to start
> some versioning with the model. I had some trouble, here are the
> results of running the command:
>
>
> C:\Documents and Settings\David\Desktop\sixonethree>turbogears-admin.py
> sql record --output-dir=sqlobject-history
> Using database URI mysql://root:[EMAIL PROTECTED]:3306/test
> No classes found!
>
>
> Could someone provide and example of how this is to be used in version
> 7?

To use this with the current released version, you'll need to tell it
where to find your classes manually.

I *think* (going from memory here):

turbogears-admin.py sql record -m yourpackage.model
--output-dir=sqlobject-history

This should work in 0.8.

Kevin

Reply via email to