Metadata-Version: 2.1
Name: configure-django
Version: 0.2.2
Summary: A package for configuring Django in non-traditional environments.
Home-page: https://github.com/pydanny/configure_django
Author: Daniel Roy Greenfeld
Author-email: pydanny@gmail.com
License: Apache Software License 2.0
Keywords: configure_django
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: dj-database-url
Requires-Dist: python-decouple

# configure-django

A package for configuring Django in non-traditional environments.

![alt text](https://img.shields.io/pypi/v/configure_django.svg)
![alt text](https://img.shields.io/travis/pydanny/configure_django.svg)
![alt text](https://pyup.io/repos/github/pydanny/configure_django/shield.svg)

-   Free software: Apache Software License 2.0

## Features

-   TODO

## Features

-   Usage


## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.

# History

## 0.2.2 (2018-10-20)

-   Add missing BASEDIR variable

## 0.2.1 (2018-10-20)

-   Switch to using python-decouple for env var management

## 0.2.0 (2018-10-20)

-   Switch to using python-decouple for env var management

## 0.1.7 (2018-10-12)

-   Variable naming correction

## 0.1.6 (2018-10-12)

-   Address settings namespace issue

## 0.1.5 (2018-10-12)

-   Correction of arguments

## 0.1.4 (2018-10-12)

-   Add legacy `run_migration` argument

## 0.1.3 (2018-10-12)

-   Corrected import path

## 0.1.2 (2018-10-12)

-   First pass at working functionality

## 0.1.1 (2018-10-12)

-   Second release on PyPI.

## 0.1.0 (2018-10-12)

-   First release on PyPI.


