seenureddy / django-dynamic-fixtures

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-dynamic-fixtures

Django: 1.8, 1.9, 1.10, 1.11 2.0
Python: 2.7, 3.3, 3.4, 3.5

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

License:MIT License


Languages

Language:Python 98.6%Language:Makefile 1.4%