Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
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-analytics-data-api
Commits
802bcdf5
Commit
802bcdf5
authored
May 17, 2016
by
Daniel Friedman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #118 from edx/dan-f/upgrade-django-debug-toolbar
Upgrade django debug toolbar
parents
dad099ae
3b16b0fa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
analyticsdataserver/settings/local.py
+0
-21
requirements/local.txt
+0
-1
No files found.
analyticsdataserver/settings/local.py
View file @
802bcdf5
...
@@ -54,27 +54,6 @@ CACHES = {
...
@@ -54,27 +54,6 @@ CACHES = {
########## END CACHE CONFIGURATION
########## END CACHE CONFIGURATION
########## TOOLBAR CONFIGURATION
# See: https://github.com/django-debug-toolbar/django-debug-toolbar#installation
INSTALLED_APPS
+=
(
'debug_toolbar'
,
'django_nose'
,
)
# See: https://github.com/django-debug-toolbar/django-debug-toolbar#installation
INTERNAL_IPS
=
(
'127.0.0.1'
,)
# See: https://github.com/django-debug-toolbar/django-debug-toolbar#installation
MIDDLEWARE_CLASSES
+=
(
'debug_toolbar.middleware.DebugToolbarMiddleware'
,
)
# See: https://github.com/django-debug-toolbar/django-debug-toolbar#installation
DEBUG_TOOLBAR_CONFIG
=
{
'SHOW_TEMPLATE_CONTEXT'
:
True
,
}
########## END TOOLBAR CONFIGURATION
########## ANALYTICS DATA API CONFIGURATION
########## ANALYTICS DATA API CONFIGURATION
ANALYTICS_DATABASE
=
'analytics'
ANALYTICS_DATABASE
=
'analytics'
...
...
requirements/local.txt
View file @
802bcdf5
# Local development dependencies go here
# Local development dependencies go here
-r base.txt
-r base.txt
django-debug-toolbar==1.2.2
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