PLAT-1957 Better memory leak diagnostic tooling

This commit is contained in:
Jeremy Bowman
2018-02-14 17:48:25 -05:00
parent 730c64011b
commit a022461891
12 changed files with 582 additions and 22 deletions

View File

@@ -83,6 +83,7 @@ INSTALLED_APPS = (
LMS_ROOT_URL = 'http://localhost:8000'
MEDIA_ROOT = tempfile.mkdtemp()
MEMORY_GRAPH_DIRECTORY = tempfile.mkdtemp(prefix='memory_graphs')
MICROSITE_BACKEND = 'microsite_configuration.backends.filebased.FilebasedMicrositeBackend'
MICROSITE_TEMPLATE_BACKEND = 'microsite_configuration.backends.filebased.FilebasedMicrositeTemplateBackend'