diff -r 000000000000 -r b97547f5f1fa skeleton/migration/precreate.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skeleton/migration/precreate.py Wed Nov 05 15:52:50 2008 +0100 @@ -0,0 +1,3 @@ +# Instructions here will be read before reading the schema +# You could create your own groups here, like in : +# add_entity('EGroup', name=u'mygroup')