* 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.
1.3.0
* Separate api from main application.
1.2.1
* Added compatibility with Django 1.10
1.2.0
* Add root view for status api. * Use BASE_DIR instead of PROJECT_PATH to discover source code repo.+ * Change default checks to be able to override.