Recognized @hjwp's contribution for installing on PythonAnywhere

This commit is contained in:
Daniel Roy Greenfeld 2016-04-26 21:53:27 -07:00
parent da76b4d62e
commit ad0d5b61b3
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,10 @@
All enhancements and patches to Cookiecutter Django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
### [2016-04-26]
### Added
- Instructions on how to install PythonAnywhere. (@hjwp)
### [2016-04-25]
### Added
- Check to confirm that the user has a modern version of Cookiecutter. (@pydanny)

View File

@ -32,6 +32,7 @@ Features
* Media storage using Amazon S3
* Docker support using docker-compose_ for development and production
* Procfile_ for deploying to Heroku
* Instructions for deploying to PythonAnywhere_
* Works with Python 2.7.x or 3.5.x
* Run tests with unittest or py.test
@ -64,6 +65,7 @@ Optional Integrations
.. _NewRelic: https://newrelic.com
.. _docker-compose: https://www.github.com/docker/compose
.. _Opbeat: https://opbeat.com/
.. _PythonAnywhere: https://www.pythonanywhere.com/
Constraints