django_db_sampler

Utility to easily extract specific models from a database with their dependencies. Especially useful for creating fixtures.


License
Other
Install
pip install django_db_sampler==0.21

Documentation

django_db_sampler

Collect specific model instances and their dependencies from an existing database. Very useful for creating fixtures for tests.