Browse Source

fix for tooldebugbar by default

philippe 5 years ago
parent
commit
88532e0174
2 changed files with 12 additions and 3 deletions
  1. 9 0
      README.md
  2. 3 3
      backend/development.ini.sample

+ 9 - 0
README.md View File

@@ -22,6 +22,15 @@ Get the sources from GitHub:
22 22
 
23 23
     ./setup_default_backend.sh
24 24
 
25
+For debugging you can uncomment this 2 lines in '/backend/development.ini'
26
+    
27
+    ~~~
28
+    #pyramid.includes =
29
+    #    pyramid_debugtoolbar
30
+    ~~~
31
+
32
+If you use debugtoolbar, you can seen one red button on right of the Tracim web interface.
33
+
25 34
 ## Install frontend ##
26 35
 
27 36
     ./install_frontend_dependencies.sh

+ 3 - 3
backend/development.ini.sample View File

@@ -12,8 +12,8 @@ pyramid.debug_authorization = false
12 12
 pyramid.debug_notfound = false
13 13
 pyramid.debug_routematch = false
14 14
 pyramid.default_locale_name = en
15
-pyramid.includes =
16
-    pyramid_debugtoolbar
15
+#pyramid.includes =
16
+#    pyramid_debugtoolbar
17 17
 
18 18
 [pipeline:webdav]
19 19
 pipeline = tracim_webdav
@@ -282,4 +282,4 @@ formatter = generic
282 282
 
283 283
 [formatter_generic]
284 284
 format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s
285
-datefmt = %H:%M:%S
285
+datefmt = %H:%M:%S