mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
added the docker related changes from @audreyr and @jayfk
This commit is contained in:
parent
8fe03fe553
commit
683872bc20
|
@ -2,6 +2,13 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [2015-10-24]
|
||||
### Changed
|
||||
- Replaced ADD with COPY in dockerfiles (@audreyr)
|
||||
- Simplified development dockerfile (@jayfk)
|
||||
- Moved the docker postgres volume on the development environment to it's own subfolder (@jayfk)
|
||||
- Renamed DJANGO_CACHE_URL to REDIS_URL (@jayfk / proposed by @pydanny)
|
||||
|
||||
## [2015-10-22]
|
||||
### Removed
|
||||
- Remove unnecessary .gitkeep in static/images/ (@audreyr)
|
||||
|
|
Loading…
Reference in New Issue
Block a user