mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Default to today's date in cookiecutter.json.
This commit is contained in:
parent
dcf9509cbb
commit
f4cf5df53e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user