HiddenContentTransformer to check for hide_after_due

This commit is contained in:
Nimisha Asthagiri
2016-07-14 01:22:05 -04:00
parent eb02f2adc1
commit 37b8e6360c
9 changed files with 329 additions and 80 deletions

View File

@@ -2,11 +2,8 @@
API entry point to the course_blocks app with top-level
get_course_blocks function.
"""
from django.core.cache import cache
from openedx.core.djangoapps.content.block_structure.api import get_block_structure_manager
from openedx.core.lib.block_structure.manager import BlockStructureManager
from openedx.core.lib.block_structure.transformers import BlockStructureTransformers
from xmodule.modulestore.django import modulestore
from .transformers import (
library_content,