Commit 3856257e by Xavier Antoviaque

xblock-mentoring: Add repository to requirements & installed apps

Adding to installed Django applications is required due to the use
of a Django model by the XBlock
parent b0a4cc7a
...@@ -472,6 +472,9 @@ INSTALLED_APPS = ( ...@@ -472,6 +472,9 @@ INSTALLED_APPS = (
# for course creator table # for course creator table
'django.contrib.admin', 'django.contrib.admin',
# XBlocks containing migrations
'mentoring',
# for managing course modes # for managing course modes
'course_modes', 'course_modes',
......
...@@ -1164,6 +1164,9 @@ INSTALLED_APPS = ( ...@@ -1164,6 +1164,9 @@ INSTALLED_APPS = (
'reverification', 'reverification',
'embargo', 'embargo',
# XBlocks containing migrations
'mentoring',
) )
######################### MARKETING SITE ############################### ######################### MARKETING SITE ###############################
......
# Requirements for edx.org that aren't necessarily needed for Open edX.
-e git+ssh://git@github.com/jazkarta/edX-jsdraw.git@df9d048e331a642193e5aa2e03650fb84a9d715f#egg=edx-jsdraw -e git+ssh://git@github.com/jazkarta/edX-jsdraw.git@df9d048e331a642193e5aa2e03650fb84a9d715f#egg=edx-jsdraw
-e git+https://github.com/gsehub/xblock-mentoring.git@69a546eadeb4d038f6851bb54286c6c6fdbe8c87#egg=xblock-mentoring
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment