Revert "Merge pull request #11241 from edx/feature/credentials-phase-1"
This reverts commit46df454536, reversing changes made to039e6cdfe6.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user