summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* DBStats: Cleanup settings.pyTim Laszlo2012-06-011-7/+5
| | | | | | Remove hardcoded django.contrib.auth references. Replace django.contrib.auth.LOGIN_URL with LOGIN_URL Move django import check to the top of the file
* Reports: Parse cfile from command line instead of using an env variableTim Laszlo2012-05-211-4/+10
|
* Reports: Use config file from the command lineTim Laszlo2012-05-181-1/+6
| | | | | If a config file is specified on the command line, use it in settings.py instead of the hardcoded ones.
* Adding DB2 support for StatisticsJohn 'Skip' Reddy2012-05-171-0/+3
| | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
* do not set django TIME_ZONE except in 1.2+Chris St. Pierre2012-04-131-4/+4
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+161
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>