Re: Factory Squirrel

2010-10-28 Thread Phlip
Tx! But! > http://github.com/dnerdy/factory_boy How does this do aggregation? > Also, there is a more general python > solution:http://farmdev.com/projects/fixture/ that supports django. That one's a little _too_ general. But it supports aggregation (association, etc.).. -- You received this

Re: Factory Squirrel

2010-10-27 Thread Ɓukasz Rekucki
On 27 October 2010 22:17, Phlip wrote: > Djangoes: > > RoR has a fixture system called Factory Girl, which I suspect > constructs objects in native Ruby, not in JSON/YAML. > > If nobody ports it to Django I would; under the name "Factory > Squirrel". http://github.com/dnerdy/factory_boy Also, th