Metadata-Version: 2.0
Name: django-dynamic-fixtures
Version: 0.1.2
Summary: Install Dynamic Django fixtures.
Home-page: https://github.com/Peter-Slump/django-dynamic-fixtures
Author: Peter Slump
Author-email: peter@yarf.nl
License: MIT
Platform: UNKNOWN
Requires-Dist: Django (<=1.8,>=1.7)
Provides-Extra: dev
Requires-Dist: bumpversion (==0.5.3); extra == 'dev'
Requires-Dist: twine (==1.6.5); extra == 'dev'
Provides-Extra: doc
Requires-Dist: Sphinx (==1.4.4); extra == 'doc'
Requires-Dist: sphinx-autobuild (==0.6.0); extra == 'doc'

=======================
Django Dynamic Fixtures
=======================

Django Dynamic Fixtures is a Django app which gives you the ability to setup
fixture-data in a more dynamic way. Static fixtures are sometimes too
static in a way that for example even the primary keys are static defined, this
can be very hard to maintain especially in bigger projects. Another example;
when your application depends on data with a recent timestamp your static
fixtures can get 'outdated'.

For all these issues Django Dynamic Fixtures has a solution and even more!

