Commit b75a814f by Chris Dodge

add django performance metering

parent b8dcf0c4
...@@ -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,3 +50,5 @@ pygraphviz ...@@ -50,3 +50,5 @@ pygraphviz
-r repo-requirements.txt -r repo-requirements.txt
pil pil
nltk nltk
django-debug-toolbar-mongo
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