Revert "Merge pull request #11241 from edx/feature/credentials-phase-1"

This reverts commit 46df454536, reversing
changes made to 039e6cdfe6.
This commit is contained in:
Adam Palay
2016-01-25 12:46:57 -05:00
parent 6b937a8db3
commit bb2d75d80e
34 changed files with 82 additions and 1056 deletions

View File

@@ -132,7 +132,6 @@ DATABASES = {
# This hack disables migrations during tests. We want to create tables directly from the models for speed.
# See https://groups.google.com/d/msg/django-developers/PWPj3etj3-U/kCl6pMsQYYoJ.
MIGRATION_MODULES = {app: "app.migrations_not_used_in_tests" for app in INSTALLED_APPS}
MIGRATION_MODULES["credentials"] = "app.migrations_not_used_in_tests"
LMS_BASE = "localhost:8000"
FEATURES['PREVIEW_LMS_BASE'] = "preview"