diff --git a/CHANGELOG.md b/CHANGELOG.md index ca41cdf1..54781a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.rst b/README.rst index 7c64016d..ce174290 100644 --- a/README.rst +++ b/README.rst @@ -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