summaryrefslogtreecommitdiffstats
path: root/man
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 /man
parent4b459822a94d1b73931c4afe997a214c4fcfade1 (diff)
downloadbcfg2-650623f8f5425ac4b629d19a1d4db79459d4f43e.tar.gz
bcfg2-650623f8f5425ac4b629d19a1d4db79459d4f43e.tar.bz2
bcfg2-650623f8f5425ac4b629d19a1d4db79459d4f43e.zip
DBSettings: Add possibility to specify arbitrary django options.
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index 13000a719..ba5158a0d 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -778,6 +778,11 @@ Turn on Django debugging.
.B max_children
Maximum number of children for the reporting collector. Use 0 to
disable the limit. (default is 0)
+.TP
+.B 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.
.UNINDENT
.UNINDENT
.UNINDENT