Skip to content
Snippets Groups Projects
Commit 1720b061 authored by Jan Mach's avatar Jan Mach
Browse files

Added example configuration for enabling code execution profiling.

(Redmine issue: #3387)
parent 933b3eec
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
# Debug template file loading precedence.
#EXPLAIN_TEMPLATE_LOADING = True
# Enable profiler on debug toolbar. DEBUG must be 'True' for toolbar to be visible.
#DEBUG_TB_PROFILER_ENABLED = True
# Move the application from webserver root to different location.
#APPLICATION_ROOT = '/mentat'
......
......@@ -157,6 +157,8 @@ class DevelopmentConfig(Config): # pylint: disable=locally-disabled,too-few-pub
#EXPLAIN_TEMPLATE_LOADING = True
#DEBUG_TB_PROFILER_ENABLED = True
#---------------------------------------------------------------------------
# Custom application configurations.
#---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment