Merge pull request #8338 from edx/will/credit-provider-integration

Credit provider integration Python API (Part 1 of 3)
This commit is contained in:
Will Daly
2015-06-09 11:12:51 -04:00
10 changed files with 877 additions and 126 deletions

View File

@@ -680,6 +680,9 @@ INSTALLED_APPS = (
'south',
'method_override',
# History tables
'simple_history',
# Database-backed configuration
'config_models',