From 713e75e5af0275aa437718f64a4a0be9e17cce58 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 4 May 2015 03:37:39 +0300 Subject: use valid python attr name: template.d_path -> template_d_path --- res/etc/rhizi-server.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/etc') diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 09eb9b7f..e18c72d0 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -8,7 +8,7 @@ # General # #root_path = -#template.d_path +#template_d_path development_mode = True static_url_path = /static -- cgit v1.3.1