Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
30199e8a
Commit
30199e8a
authored
Jan 16, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated settings for devstack django debug toolbar
parent
27d2c8e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
cms/envs/devstack.py
+8
-8
lms/envs/devstack.py
+8
-8
No files found.
cms/envs/devstack.py
View file @
30199e8a
...
@@ -37,14 +37,14 @@ MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
...
@@ -37,14 +37,14 @@ MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
INTERNAL_IPS
=
(
'127.0.0.1'
,)
INTERNAL_IPS
=
(
'127.0.0.1'
,)
DEBUG_TOOLBAR_PANELS
=
(
DEBUG_TOOLBAR_PANELS
=
(
'debug_toolbar.panels.version
.VersionDebug
Panel'
,
'debug_toolbar.panels.version
s.Versions
Panel'
,
'debug_toolbar.panels.timer.Timer
Debug
Panel'
,
'debug_toolbar.panels.timer.TimerPanel'
,
'debug_toolbar.panels.settings
_vars.SettingsVarsDebug
Panel'
,
'debug_toolbar.panels.settings
.Settings
Panel'
,
'debug_toolbar.panels.headers.Header
Debug
Panel'
,
'debug_toolbar.panels.headers.Header
s
Panel'
,
'debug_toolbar.panels.request
_vars.RequestVarsDebug
Panel'
,
'debug_toolbar.panels.request
.Request
Panel'
,
'debug_toolbar.panels.sql.SQL
Debug
Panel'
,
'debug_toolbar.panels.sql.SQLPanel'
,
'debug_toolbar.panels.signals.Signal
Debug
Panel'
,
'debug_toolbar.panels.signals.Signal
s
Panel'
,
'debug_toolbar.panels.logg
er
.LoggingPanel'
,
'debug_toolbar.panels.logg
ing
.LoggingPanel'
,
)
)
DEBUG_TOOLBAR_CONFIG
=
{
DEBUG_TOOLBAR_CONFIG
=
{
...
...
lms/envs/devstack.py
View file @
30199e8a
...
@@ -35,14 +35,14 @@ MIDDLEWARE_CLASSES += ('django_comment_client.utils.QueryCountDebugMiddleware',
...
@@ -35,14 +35,14 @@ MIDDLEWARE_CLASSES += ('django_comment_client.utils.QueryCountDebugMiddleware',
INTERNAL_IPS
=
(
'127.0.0.1'
,)
INTERNAL_IPS
=
(
'127.0.0.1'
,)
DEBUG_TOOLBAR_PANELS
=
(
DEBUG_TOOLBAR_PANELS
=
(
'debug_toolbar.panels.version.VersionDebug
Panel'
,
'debug_toolbar.panels.versions.Versions
Panel'
,
'debug_toolbar.panels.timer.TimerDebug
Panel'
,
'debug_toolbar.panels.timer.Timer
Panel'
,
'debug_toolbar.panels.settings_vars.SettingsVarsDebug
Panel'
,
'debug_toolbar.panels.settings.Settings
Panel'
,
'debug_toolbar.panels.headers.HeaderDebug
Panel'
,
'debug_toolbar.panels.headers.Headers
Panel'
,
'debug_toolbar.panels.request_vars.RequestVarsDebug
Panel'
,
'debug_toolbar.panels.request.Request
Panel'
,
'debug_toolbar.panels.sql.SQLDebug
Panel'
,
'debug_toolbar.panels.sql.SQL
Panel'
,
'debug_toolbar.panels.signals.SignalDebug
Panel'
,
'debug_toolbar.panels.signals.Signals
Panel'
,
'debug_toolbar.panels.logger
.LoggingPanel'
,
'debug_toolbar.panels.logging
.LoggingPanel'
,
)
)
DEBUG_TOOLBAR_CONFIG
=
{
DEBUG_TOOLBAR_CONFIG
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment