summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/manage.py
Commit message (Collapse)AuthorAgeFilesLines
* Bcfg2/manage: Remove old code from the old options parsingAlexander Sulfrian2016-08-171-9/+2
|
* Bcfg2/manage: execute_manager was replaced in django1.6Alexander Sulfrian2016-08-171-1/+1
| | | | | The execute_manager was deprecated in django1.4 and was finally removed in django1.6.
* Bcfg2/manage: Use the server models (if available), tooAlexander Sulfrian2016-08-171-0/+5
|
* Bcfg2/manage: Fix option parsingAlexander Sulfrian2016-08-171-2/+4
|
* make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-231-10/+19
| | | | | | - reports.wsgi uses get_wsgi_application() now - old south-based migrations have been moved - manage.py has been updated
* Metadata and other improvements:Chris St. Pierre2012-07-301-0/+14
* Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml