Default to today's date in cookiecutter.json.

This commit is contained in:
Audrey Roy Greenfeld 2016-04-20 11:18:35 -07:00
parent 87a3a8a60a
commit 7a6e9238fd
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [2016-04-20]
### Changed
- Default to today's date in cookiecutter.json. (@audreyr)
- Change repo_name to project_slug for clarity. (@audreyr)
- Transform project name to lowercase for slug. (@audreyr)

View File

@ -7,7 +7,7 @@
"domain_name": "example.com",
"version": "0.1.0",
"timezone": "UTC",
"now": "2016/03/05",
"now": "{% now 'local' %}",
"year": "{{ cookiecutter.now[:4] }}",
"use_whitenoise": "y",
"use_celery": "n",