Enable vagrant env for development.

This commit is contained in:
Tom Price
2015-07-21 21:24:58 +01:00
parent 987cd51911
commit fa63328c42
9 changed files with 413 additions and 1 deletions

11
config/vagrant.yml Normal file
View File

@@ -0,0 +1,11 @@
django:
settings_module: PyRIGS.settings
virtualenv:
envname: myvirtualenv
foreman:
procfile: Procfile
db:
name: postgres_db
user: postgres_db
password: postgres_db