Remove use of read_cached_programs switch
The read_cached_programs switch was used to control the release of changes for reading programs exclusively from the cache. With those changes stable, the switch is no longer necessary. LEARNER-382
This commit is contained in:
@@ -86,6 +86,8 @@ urlpatterns = (
|
||||
url(r'^rss_proxy/', include('rss_proxy.urls', namespace='rss_proxy')),
|
||||
url(r'^api/organizations/', include('organizations.urls', namespace='organizations')),
|
||||
|
||||
url(r'^catalog/', include('openedx.core.djangoapps.catalog.urls', namespace='catalog')),
|
||||
|
||||
# Update session view
|
||||
url(
|
||||
r'^lang_pref/session_language',
|
||||
|
||||
Reference in New Issue
Block a user