Commit 5a5b5baf by Feanil Patel

Merge pull request #2465 from edx/feanil/edxapp_on_django_1.8

lms and cms still need --settings=aws
parents b1b3d304 41baee3c
......@@ -11,8 +11,8 @@ import time
# Services that should be checked for migrations.
MIGRATION_COMMANDS = {
'lms': ". {env_file}; {python} {code_dir}/manage.py lms migrate --noinput --list",
'cms': ". {env_file}; {python} {code_dir}/manage.py cms migrate --noinput --list",
'lms': ". {env_file}; {python} {code_dir}/manage.py lms migrate --noinput --list --settings=aws",
'cms': ". {env_file}; {python} {code_dir}/manage.py cms migrate --noinput --list --settings=aws",
'xqueue': "{python} {code_dir}/manage.py xqueue migrate --noinput --settings=aws --db-dry-run --merge",
'ecommerce': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
'programs': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
......
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