Skip to content

Commit

Permalink
docs(ReadMe): update to reflect django 1.11.6 upgrade (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti authored Oct 16, 2017
1 parent 1fbdd83 commit 89ddd99
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ This project gives you a solid foundation for your api to mature by baking in th
## Quick Start

Install [cookiecutter](https://github.com/audreyr/cookiecutter):

```bash
brew install cookiecutter
```

or

```bash
pip install cookiecutter
```
Expand All @@ -36,7 +43,7 @@ Example of the result: https://github.com/agconti/piedpiper-web

## Features

- Django 1.10+
- Django 1.11+
- PostgreSQL
- Complete [Django Rest Framework](http://www.django-rest-framework.org/) integration
- Configured for deploying to [Heroku](https://www.heroku.com)
Expand Down

0 comments on commit 89ddd99

Please sign in to comment.