add django performance metering

This commit is contained in:
Chris Dodge
2012-11-02 15:08:45 -04:00
parent b8dcf0c40c
commit b75a814f7a
2 changed files with 12 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,3 +50,5 @@ pygraphviz
-r repo-requirements.txt
pil
nltk
django-debug-toolbar-mongo