Rearranged settings.

This commit is contained in:
Chris Church
2013-03-13 16:47:58 -04:00
parent 9491453887
commit 2714e36268
4 changed files with 116 additions and 39 deletions

View File

@@ -47,7 +47,7 @@
service: name=postgresql state=restarted
- name: configure python settings (with database password)
template: src=templates/settings.py.j2 dest=${working_dir}/lib/settings.py
template: src=templates/local_settings.py.j2 dest=${working_dir}/lib/settings/local_settings.py
- name: sync django database
django_manage: >