Merge pull request #432 from MITx/feature/cale/fix-tests

Move mitxmako out of common lib, and pass template rendering function in...
This commit is contained in:
Calen Pennington
2012-08-16 10:52:12 -07:00
17 changed files with 33 additions and 18 deletions

View File

@@ -56,6 +56,7 @@ def mongo_store_config(data_dir):
'db': 'xmodule',
'collection': 'modulestore',
'fs_root': data_dir,
'render_template': 'mitxmako.shortcuts.render_to_string',
}
}
}

View File

@@ -14,6 +14,7 @@ MODULESTORE = {
'db': 'xmodule',
'collection': 'modulestore',
'fs_root': GITHUB_REPO_ROOT,
'render_template': 'mitxmako.shortcuts.render_to_string',
}
}
}