Metadata-Version: 1.1
Name: dj-migration-test
Version: 0.1
Summary: Django migration test module
Home-page: https://github.com/philsupertramp/dj-migration-test
Author: Philipp Zettl
Author-email: philipp.zettl@godesteem.de
License: MIT
Download-URL: https://github.com/philsupertramp/dj-migration-test/archive/v0.1.tar.gz
Description: ## dj-migration-test 
        
        Django migration test module.  
        
        # Requirements
        
        ```text
        django>=1.10
        ```
        
        # Setup
        
        # Example
        
        For examples see the [examples](/examples) directory
        
        # Tips
        
        For single migrations do not use the attribute `migrate_from` the test suite will dynamical determine
        the previous step.
        
Keywords: Django,Testing,Database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
