mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Adding now value
This commit is contained in:
parent
3719db26de
commit
d7f16a4d14
|
@ -6,5 +6,6 @@
|
|||
"description": "A short description of the project.",
|
||||
"year": "2014",
|
||||
"domain_name": "example.com",
|
||||
"version": "0.1.0"
|
||||
"version": "0.1.0",
|
||||
"now": "2014/06/15"
|
||||
}
|
||||
|
|
|
@ -406,3 +406,5 @@ class Production(Common):
|
|||
|
||||
########## Your production stuff: Below this line define 3rd party libary settings
|
||||
|
||||
|
||||
# Generated on {{cookiecutter.now}}
|
Loading…
Reference in New Issue
Block a user