Commit 62a1de85 by Fred Smith

edxapp on django 1.8

parent dc15da43
......@@ -11,8 +11,8 @@ import time
# Services that should be checked for migrations.
MIGRATION_COMMANDS = {
'lms': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
'cms': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
'lms': ". {env_file}; {python} {code_dir}/manage.py lms migrate --noinput --list",
'cms': ". {env_file}; {python} {code_dir}/manage.py cms migrate --noinput --list",
'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