Metadata-Version: 2.1
Name: django-migrations-settings
Version: 2021.6.15
Summary: Django makemigrations settings module
Home-page: https://github.com/andrewp-as-is/django-migrations-settings.py
License: Unlicense
Description: [![](https://img.shields.io/badge/released-2021.5.18-green.svg?longCache=True)](https://pypi.org/project/django-migrations-settings/)
        [![](https://img.shields.io/badge/license-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ pip install django-migrations-settings
        ```
        
        ### Pros
        +   standalone migrations settings without project and database
        
        ### Cons
        +   migrations history not supported
        
        ### How it works
        key|value
        -|-
        `INSTALLED_APPS`|`setuptools.find_packages()`
        
        ### Examples
        ```bash
        $ export DJANGO_SETTINGS_MODULE='django_migrations_settings'
        $ django-admin.py makemigrations
        ```
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
