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

add django performance metering
This commit is contained in:
Calen Pennington
2012-11-07 06:14:19 -08:00
2 changed files with 11 additions and 0 deletions

View File

@@ -33,3 +33,13 @@ CONTENTSTORE = {
'db': 'xcontent',
}
}
INSTALLED_APPS += (
# Mongo perf stats
'debug_toolbar_mongo',
)
DEBUG_TOOLBAR_PANELS += (
'debug_toolbar_mongo.panel.MongoDebugPanel',
)

View File

@@ -50,6 +50,7 @@ pygraphviz
-r repo-requirements.txt
pil
nltk
django-debug-toolbar-mongo
dogstatsd-python
MySQL-python
sphinx