Metadata-Version: 1.1
Name: django-dynamic-fixtures
Version: 0.1.4
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: =======================
        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/
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
