diff --git a/lms/envs/common.py b/lms/envs/common.py index 151bffaa32..3a79e628b8 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -582,7 +582,7 @@ INSTALLED_APPS = ( 'course_wiki', # Our customizations 'mptt', 'sekizai', - 'wiki.plugins.attachments', + #'wiki.plugins.attachments', 'wiki.plugins.notifications', 'course_wiki.plugins.markdownedx', diff --git a/repo-requirements.txt b/repo-requirements.txt index b0cdedf43b..cb016b5222 100644 --- a/repo-requirements.txt +++ b/repo-requirements.txt @@ -1,6 +1,6 @@ -e git://github.com/MITx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles -e git://github.com/MITx/django-pipeline.git#egg=django-pipeline --e git://github.com/benjaoming/django-wiki.git@e237b2ac#egg=django-wiki +-e git://github.com/benjaoming/django-wiki.git@02275fb4#egg=django-wiki -e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev -e common/lib/capa -e common/lib/xmodule