django-fixture-magic
django-fixture-magic copied to clipboard
Is this project still being developed?
I'm currently making some changes to meet my requirements. I have at present hard coded things, but was thinking about building it up to be configurable/have tests etc, but if the project is no longer being developed maintained, it wouldn't really be worth it. So is there an intent to keep developing?
Not unless I do a Django project in the future or someone steps up to help maintain this.
@davedash @andyzickler and I still use this on some projects. We'd be up to at least doing some code review and trying to keep up with python/django dependencies. We both have >10years of python development under our belts and develop django related projects daily. What are you looking for in co-maintainers/maintainers?
Another option is to move this project to https://jazzband.co
I've had to rework a bit of the dump_object
logic to accomplish what I think are reasonable goals.
- Iterate through querysets via chunks rather than collecting large lists.
- Write the data to file more frequently rather than all at once (this may not be compatible with the rest)
- Recurse through the model graph when
kitchensink
is specified.
I wouldn't recommend moving anything to jazzband until jezdez selects some additional roadies.