* Specify settings through environment variable. * Change settings to lowercase.
2.2.1
* Remove Django from requirements.
2.2.0
* Add a standalone mode. * Command can be called as a Django command through manage.py or as a standlone script.
2.1.0
* Create helpers to handle resources and providers and API refactor to use these helpers. * Create django management command that provides current status of a resource.
2.0.0
* Raise exception if incorrect provider given in settings. * Group providers by resource, adding two by default. *Health* resource manages health checks and *Stats* resource reports a detailed status. * Adds HTML views to display status of resources and providers.