summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-01-27 19:24:59 +0100
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-23 17:52:39 +0200
commit650623f8f5425ac4b629d19a1d4db79459d4f43e (patch)
tree5d03a39bc3ea182899eb1ff48b5ae80341b38595 /doc
parent4b459822a94d1b73931c4afe997a214c4fcfade1 (diff)
downloadbcfg2-650623f8f5425ac4b629d19a1d4db79459d4f43e.tar.gz
bcfg2-650623f8f5425ac4b629d19a1d4db79459d4f43e.tar.bz2
bcfg2-650623f8f5425ac4b629d19a1d4db79459d4f43e.zip
DBSettings: Add possibility to specify arbitrary django options.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/bcfg2.conf.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/bcfg2.conf.txt b/doc/man/bcfg2.conf.txt
index 62c4ac1a8..2f014812e 100644
--- a/doc/man/bcfg2.conf.txt
+++ b/doc/man/bcfg2.conf.txt
@@ -718,6 +718,11 @@ Reporting options
Maximum number of children for the reporting collector. Use 0 to
disable the limit. (default is 0)
+ django_settings
+ Arbitrary options for the Django installation. The value expected
+ is a literal python dictionary, that is merged with the already set
+ django settings.
+
See Also
--------