diff --git a/collect_static_resources b/collect_static_resources deleted file mode 100755 index 34a98715ab..0000000000 --- a/collect_static_resources +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/bash - -cd $(dirname $0) && django-admin.py collectstatic --noinput --settings=envs.aws --pythonpath=. diff --git a/lms/envs/edx4edx_aws.py b/lms/envs/edx4edx_aws.py index 85c3787e29..c9de1693bc 100644 --- a/lms/envs/edx4edx_aws.py +++ b/lms/envs/edx4edx_aws.py @@ -8,7 +8,7 @@ COURSE_TITLE = "edx4edx: edX Author Course" ### Dark code. Should be enabled in local settings for devel. ENABLE_MULTICOURSE = True # set to False to disable multicourse display (see lib.util.views.mitxhome) -QUICKEDIT = False +QUICKEDIT = True ### diff --git a/rakefile b/rakefile index b6fbb18ac6..18d8f1a43c 100644 --- a/rakefile +++ b/rakefile @@ -120,15 +120,12 @@ task :package do set -x chown -R makeitso:makeitso #{INSTALL_DIR_PATH} - chmod +x #{INSTALL_DIR_PATH}/collect_static_resources service gunicorn stop || echo "Unable to stop gunicorn. Continuing" rm -f #{LINK_PATH} ln -s #{INSTALL_DIR_PATH} #{LINK_PATH} chown makeitso:makeitso #{LINK_PATH} - /opt/wwc/mitx/collect_static_resources - # Delete mako temp files rm -rf /tmp/tmp*mako