Django Dynamic Fixture 15 years ago
Version 1.2.1 released. Documentation updated, including comparison with other tools. http://code.google.com/p/django-dynamic-fixture
HN user
Version 1.2.1 released. Documentation updated, including comparison with other tools. http://code.google.com/p/django-dynamic-fixture
It creates instances of models.Model objects for testing purposes. For example, instead to use static data in a fixture.yaml file (terrible idea), use the dynamic-fixture to do that.
There are other tools that do that (http://djangopackages.com/grids/g/fixtures), but I think django-dynamic-fixture is the more complete tool, check it out and compare (http://code.google.com/p/django-dynamic-fixture). bye