Skip to content

Commit

Permalink
Update Postgres and python versions; add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Jun 29, 2017
1 parent f26a2f4 commit aa1a0b2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A Vagrant box for python/Django development, mimicking a Heroku cedar-14 dyno.

* Ubuntu 14.04 (ubuntu/trusty64)
* PostgreSQL 9.5
* Python 2.7 or 3.5
* PostgreSQL 9.6
* Python 2.7 or 3.6
* pip, virtualenv, virtualenvwrapper
* Requirements for the python image processing module Pillow
* foreman (optional, and sometimes problematic; see below)
Expand Down Expand Up @@ -164,3 +164,9 @@ If you try to access your Django site in a browser but get a "Peer authenticatio
* https://github.com/maigfrga/django-vagrant-chef/
* https://devcenter.heroku.com/articles/cedar-ubuntu-packages


## Credits

* [Phil Gyford](https://github.com/philgyford) - Initial creation
* [Steven Day](https://github.com/stevenday) - v1.1 updates and fixes

0 comments on commit aa1a0b2

Please sign in to comment.