Update 'now' date in cookiecutter.json

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2015-09-30 15:11:42 -03:00
parent 0fb5f5d854
commit 376cf9382a

View File

@ -7,7 +7,7 @@
"domain_name": "example.com",
"version": "0.1.0",
"timezone": "UTC",
"now": "2015/01/13",
"now": "2015/09/30",
"year": "{{ cookiecutter.now[:4] }}",
"use_whitenoise": "y",
"use_celery": "n",