move manage.py up one level

This commit is contained in:
Michael DeHaan
2013-03-13 15:21:06 -04:00
parent 537b178a45
commit b5a1b2d423
3 changed files with 9 additions and 9 deletions

View File

@@ -59,9 +59,9 @@
- name: sync django database
django_manage: >
command=syncdb
app_path=${working_dir}/acom
app_path=${working_dir}
- name: run south migrations
command: python ${working_dir}/acom/manage.py migrate main
command: python ${working_dir}/manage.py migrate main