Commit 9d92711d by Calen Pennington

Merge pull request #1015 from MITx/feature/cdodge/mongo-perf-instrumenting

add django performance metering
parents bca0134a e37d4d7a
...@@ -33,3 +33,13 @@ CONTENTSTORE = { ...@@ -33,3 +33,13 @@ CONTENTSTORE = {
'db': 'xcontent', 'db': 'xcontent',
} }
} }
INSTALLED_APPS += (
# Mongo perf stats
'debug_toolbar_mongo',
)
DEBUG_TOOLBAR_PANELS += (
'debug_toolbar_mongo.panel.MongoDebugPanel',
)
...@@ -50,6 +50,7 @@ pygraphviz ...@@ -50,6 +50,7 @@ pygraphviz
-r repo-requirements.txt -r repo-requirements.txt
pil pil
nltk nltk
django-debug-toolbar-mongo
dogstatsd-python dogstatsd-python
MySQL-python MySQL-python
sphinx sphinx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment