Skip to content

Maintain a set of data to fill your initial test/development database

License

Notifications You must be signed in to change notification settings

Peter-Slump/django-dynamic-fixtures

Repository files navigation

django-dynamic-fixtures

Django: 1.11 2.2 3.0
Python: 3.4, 3.5, 3.6, 3.7, 3.8

Build Status Documentation Status codecov Maintainability

PyPI PyPI PyPI

A Django app to install dynamic fixtures.

Read documentation

Development

Install development environment:

$ make install-python

Run all unittests*:

$ pip install --upgrade distribute
$ python setup.py test

* Make sure that the tests folder isn't added to the sys path.

Writing documentation

Install dependencies:

$ make install-python

Docs can be written using Sphinx in docs/source. To run auto-build of the docs:

$ cd docs
$ make watch

About

Maintain a set of data to fill your initial test/development database

Resources

License

Stars

Watchers

Forks

Packages

No packages published