[sqlalchemy] Re: register dml to be triggerred after create_all

2008-06-29 Thread jason kirtland
alex bodnaru wrote: hi friends, i wish to insert some initial data in a few management tables (like applications groups, roles etc). is there a way to register dml to be done after create_all ends? i'd specifically like it to happen after the entire ddl dust reaches the ground.

[sqlalchemy] Re: register dml to be triggerred after create_all

2008-06-29 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks a lot jason, now i see the metadata version of the same. alex jason kirtland wrote: | alex bodnaru wrote: | hi friends, | | i wish to insert some initial data in a few management tables (like applications | groups, roles etc). | | is there