The modx_dispatch import hack is added back in. Without it, the urls.py file was broken.
This commit is contained in:
@@ -16,6 +16,7 @@ from django.views.decorators.cache import cache_control
|
||||
from lxml import etree
|
||||
|
||||
from module_render import render_x_module, make_track_function, I4xSystem
|
||||
from module_render import modx_dispatch #Note that this is not used in this file, but urls refers to courseware.views.modx_dispatch
|
||||
from models import StudentModule
|
||||
from student.models import UserProfile
|
||||
from multicourse import multicourse_settings
|
||||
|
||||
Reference in New Issue
Block a user