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
157f734b
Commit
157f734b
authored
Jan 16, 2014
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2177 from ovnicraft/django-toolbar-update
Django toolbar update
parents
a3d22097
4b664627
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
17 deletions
+18
-17
AUTHORS
+1
-0
cms/envs/dev.py
+8
-8
lms/envs/dev.py
+8
-8
requirements/edx/base.txt
+1
-1
No files found.
AUTHORS
View file @
157f734b
...
...
@@ -104,4 +104,5 @@ Bertrand Marron <bertrand.marron@ionis-group.com>
Yihua Lou <supermouselyh@hotmail.com>
Andy Armstrong <andya@edx.org>
Matt Drayer <mattdrayer@edx.org>
Cristian Salamea <cristian.salamea@iaen.edu.ec>
cms/envs/dev.py
View file @
157f734b
...
...
@@ -152,14 +152,14 @@ MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
INTERNAL_IPS
=
(
'127.0.0.1'
,)
DEBUG_TOOLBAR_PANELS
=
(
'debug_toolbar.panels.version
.VersionDebug
Panel'
,
'debug_toolbar.panels.timer.Timer
Debug
Panel'
,
'debug_toolbar.panels.settings
_vars.SettingsVarsDebug
Panel'
,
'debug_toolbar.panels.headers.Header
Debug
Panel'
,
'debug_toolbar.panels.request
_vars.RequestVarsDebug
Panel'
,
'debug_toolbar.panels.sql.SQL
Debug
Panel'
,
'debug_toolbar.panels.signals.Signal
Debug
Panel'
,
'debug_toolbar.panels.logg
er
.LoggingPanel'
,
'debug_toolbar.panels.version
s.Versions
Panel'
,
'debug_toolbar.panels.timer.TimerPanel'
,
'debug_toolbar.panels.settings
.Settings
Panel'
,
'debug_toolbar.panels.headers.Header
s
Panel'
,
'debug_toolbar.panels.request
.Request
Panel'
,
'debug_toolbar.panels.sql.SQLPanel'
,
'debug_toolbar.panels.signals.Signal
s
Panel'
,
'debug_toolbar.panels.logg
ing
.LoggingPanel'
,
# Enabling the profiler has a weird bug as of django-debug-toolbar==0.9.4 and
# Django=1.3.1/1.4 where requests to views get duplicated (your method gets
...
...
lms/envs/dev.py
View file @
157f734b
...
...
@@ -222,14 +222,14 @@ MIDDLEWARE_CLASSES += ('django_comment_client.utils.QueryCountDebugMiddleware',
INTERNAL_IPS
=
(
'127.0.0.1'
,)
DEBUG_TOOLBAR_PANELS
=
(
'debug_toolbar.panels.version
.VersionDebug
Panel'
,
'debug_toolbar.panels.timer.Timer
Debug
Panel'
,
'debug_toolbar.panels.settings
_vars.SettingsVarsDebug
Panel'
,
'debug_toolbar.panels.headers.Header
Debug
Panel'
,
'debug_toolbar.panels.request
_vars.RequestVarsDebug
Panel'
,
'debug_toolbar.panels.sql.SQL
Debug
Panel'
,
'debug_toolbar.panels.signals.Signal
Debug
Panel'
,
'debug_toolbar.panels.logg
er
.LoggingPanel'
,
'debug_toolbar.panels.version
s.Versions
Panel'
,
'debug_toolbar.panels.timer.TimerPanel'
,
'debug_toolbar.panels.settings
.Settings
Panel'
,
'debug_toolbar.panels.headers.Header
s
Panel'
,
'debug_toolbar.panels.request
.Request
Panel'
,
'debug_toolbar.panels.sql.SQLPanel'
,
'debug_toolbar.panels.signals.Signal
s
Panel'
,
'debug_toolbar.panels.logg
ing
.LoggingPanel'
,
# Enabling the profiler has a weird bug as of django-debug-toolbar==0.9.4 and
# Django=1.3.1/1.4 where requests to views get duplicated (your method gets
...
...
requirements/edx/base.txt
View file @
157f734b
...
...
@@ -103,7 +103,7 @@ rednose==0.3
selenium==2.34.0
splinter==0.5.4
django_nose==1.1
django_debug_toolbar
django_debug_toolbar
==1.0.1
django-debug-toolbar-mongo
nose-ignore-docstring
nose-exclude
...
...
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