add django performance metering
This commit is contained in:
@@ -33,3 +33,13 @@ CONTENTSTORE = {
|
||||
'db': 'xcontent',
|
||||
}
|
||||
}
|
||||
|
||||
INSTALLED_APPS += (
|
||||
# Mongo perf stats
|
||||
'debug_toolbar_mongo',
|
||||
)
|
||||
|
||||
|
||||
DEBUG_TOOLBAR_PANELS += (
|
||||
'debug_toolbar_mongo.panel.MongoDebugPanel',
|
||||
)
|
||||
|
||||
@@ -50,3 +50,5 @@ pygraphviz
|
||||
-r repo-requirements.txt
|
||||
pil
|
||||
nltk
|
||||
django-debug-toolbar-mongo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user