Skip to content

matibarriento/django-fixture-extractor

Repository files navigation

Django Fixtures Extractor

https://travis-ci.org/matibarriento/django-fixtures-extractor.svg?branch=master

Extract specific data to a django fixture

Documentation

The full documentation is at https://django-fixtures-extractor.readthedocs.io.

Quickstart

Install Django Fixtures Extractor:

pip install django-fixtures-extractor

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'fixtures_extractor',
    ...
)

Features

  • Add supported model fields
    • Many to Many
    • Many to Many with through model
  • Make more tests
  • Add feature: Obfuscate value
  • Add feature: Generate schema from model
  • Fix tox and pyenv to work together

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ python runtests.py

Development commands

pip install -r requirements/requirements_dev.txt
pip install -r requirements/requirements_test.txt

Credits

Tools used in rendering this package:

About

Django command to extract partial fixtures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages