Added tarballs for third-party Python dependencies, updated requirements, added optional django-debug-toolbar support.

This commit is contained in:
Chris Church
2013-06-10 21:54:42 -04:00
parent bbdfe8bc46
commit 65c8176507
23 changed files with 23 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
pip: name=distribute state=latest
- name: install python modules via pip
pip: requirements=${working_dir}/requirements.txt
pip: requirements=${working_dir}/requirements/dev.txt
- name: configure the database authentication more or less open for setup
template: src=templates/pg_hba_low.j2 dest=/var/lib/pgsql/data/pg_hba.conf owner=postgres