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 = {
'db': 'xcontent',
}
}
INSTALLED_APPS += (
# Mongo perf stats
'debug_toolbar_mongo',
)
DEBUG_TOOLBAR_PANELS += (
'debug_toolbar_mongo.panel.MongoDebugPanel',
)
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