Create courseware/views folder
This commit is contained in:
@@ -91,7 +91,7 @@ The LMS is a django site, with root in `lms/`. It runs in many different enviro
|
||||
- `lms/djangoapps/courseware/models.py`
|
||||
|
||||
- Core rendering path:
|
||||
- `lms/urls.py` points to `courseware.views.index`, which gets module info from the course xml file, pulls list of `StudentModule` objects for this user (to avoid multiple db hits).
|
||||
- `lms/urls.py` points to `courseware.views.views.index`, which gets module info from the course xml file, pulls list of `StudentModule` objects for this user (to avoid multiple db hits).
|
||||
|
||||
- Calls `render_accordion` to render the "accordion"--the display of the course structure.
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ MOCK_MODULES = [
|
||||
'courseware.access',
|
||||
'courseware.model_data',
|
||||
'courseware.module_render',
|
||||
'courseware.views',
|
||||
'courseware.views.views',
|
||||
'util.request',
|
||||
'eventtracking',
|
||||
'xmodule',
|
||||
|
||||
Reference in New Issue
Block a user