Metadata-Version: 2.0
Name: django-dynamic-fixtures
Version: 0.2.0
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
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Testing
Requires-Dist: Django (>=1.7)
Provides-Extra: dev
Requires-Dist: bumpversion (==0.5.3); extra == 'dev'
Requires-Dist: twine (==1.9.1); 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!

Read the documentation `documentation`_.

.. _documentation: http://django-dynamic-fixtures.readthedocs.io/en/latest/

