summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/manage.py
Commit message (Collapse)AuthorAgeFilesLines
* 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