Remove microsite djangoapp except migrations and configuration.

This commit is contained in:
Diana Huang
2019-08-12 17:11:49 -04:00
parent 9753eae441
commit bf7dad15e4
34 changed files with 7 additions and 2012 deletions

View File

@@ -222,6 +222,7 @@ class MigrationTests(TestCase):
"""
Tests for migrations.
"""
@unittest.skip("Migration will delete several models. Need to ship not referencing it first. DEPR-12.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""