mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-04 12:23:08 +03:00
Recognized @hjwp's contribution for installing on PythonAnywhere
This commit is contained in:
parent
da76b4d62e
commit
ad0d5b61b3
|
@ -2,6 +2,10 @@
|
||||||
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
### [2016-04-26]
|
||||||
|
### Added
|
||||||
|
- Instructions on how to install PythonAnywhere. (@hjwp)
|
||||||
|
|
||||||
### [2016-04-25]
|
### [2016-04-25]
|
||||||
### Added
|
### Added
|
||||||
- Check to confirm that the user has a modern version of Cookiecutter. (@pydanny)
|
- Check to confirm that the user has a modern version of Cookiecutter. (@pydanny)
|
||||||
|
|
|
@ -32,6 +32,7 @@ Features
|
||||||
* Media storage using Amazon S3
|
* Media storage using Amazon S3
|
||||||
* Docker support using docker-compose_ for development and production
|
* Docker support using docker-compose_ for development and production
|
||||||
* Procfile_ for deploying to Heroku
|
* Procfile_ for deploying to Heroku
|
||||||
|
* Instructions for deploying to PythonAnywhere_
|
||||||
* Works with Python 2.7.x or 3.5.x
|
* Works with Python 2.7.x or 3.5.x
|
||||||
* Run tests with unittest or py.test
|
* Run tests with unittest or py.test
|
||||||
|
|
||||||
|
@ -64,6 +65,7 @@ Optional Integrations
|
||||||
.. _NewRelic: https://newrelic.com
|
.. _NewRelic: https://newrelic.com
|
||||||
.. _docker-compose: https://www.github.com/docker/compose
|
.. _docker-compose: https://www.github.com/docker/compose
|
||||||
.. _Opbeat: https://opbeat.com/
|
.. _Opbeat: https://opbeat.com/
|
||||||
|
.. _PythonAnywhere: https://www.pythonanywhere.com/
|
||||||
|
|
||||||
|
|
||||||
Constraints
|
Constraints
|
||||||
|
|
Loading…
Reference in New Issue
Block a user