Remove the program admin tool from Studio

All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform.

ECOM-4422
This commit is contained in:
Renzo Lucioni
2017-01-27 13:02:09 -05:00
parent 41ea1383d4
commit 31f5c8ddcb
57 changed files with 13 additions and 3271 deletions

View File

@@ -5,8 +5,10 @@ import mock
from nose.plugins.attrib import attr
from openedx.core.djangoapps.programs.tests.mixins import ProgramsApiConfigMixin
from openedx.core.djangolib.testing.utils import skip_unless_lms
@skip_unless_lms
@attr(shard=2)
@ddt.ddt
# ConfigurationModels use the cache. Make every cache get a miss.