From 326304db5424f3d239c20342f9ba1538ab265b2f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 31 Jul 2017 23:00:48 +0200 Subject: [PATCH] Fix #583 -- Wrongly documented option --- doc/admin/config.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/admin/config.rst b/doc/admin/config.rst index a4bbd46901..00fe3b7873 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -164,14 +164,9 @@ Django settings Example:: [django] - hosts=localhost secret=j1kjps5a5&4ilpn912s7a1!e2h!duz^i3&idu@_907s$wrz@x- debug=off -``hosts`` - Comma-separated list of allowed host names for this installation. - Default: ``localhost`` - ``secret`` The secret to be used by Django for signing and verification purposes. If this setting is not provided, pretix will generate a random secret on the first start