mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Contributors and changelog
This commit is contained in:
parent
3e0ef703d3
commit
40a091f432
|
@ -49,6 +49,7 @@ Audrey Roy Greenfeld / @audreyr (and creator/maintainer of cookiecutter) *
|
|||
Burhan Khalid / @burhan
|
||||
Jannis Gebauer / @got_nil
|
||||
jayfk / @jayfk
|
||||
stepmr / @stepmr
|
||||
|
||||
* Possesses commit rights
|
||||
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -2,6 +2,16 @@
|
|||
All enhancements and patches to cookiecutter-django will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [2015-07-18]
|
||||
### Changed
|
||||
- Heroku deployment docs (@stepmr)
|
||||
- Heroku's free postgres tier is now "hobby-dev"
|
||||
- pg:backups require a scheduled time
|
||||
- add missing Mailgun API key
|
||||
- Django recommends setting the PYTHONHASHSEED environment variable to random. See: https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#python-options
|
||||
- Use openssl to generate a secure, random secret_key
|
||||
|
||||
|
||||
## [2015-07-17]
|
||||
### Added
|
||||
- @models.permalink decorator to User.get_absolute_url() method
|
||||
|
|
Loading…
Reference in New Issue
Block a user