mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +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.",
|
"description": "A short description of the project.",
|
||||||
"year": "2014",
|
"year": "2014",
|
||||||
"domain_name": "example.com",
|
"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
|
########## Your production stuff: Below this line define 3rd party libary settings
|
||||||
|
|
||||||
|
|
||||||
|
# Generated on {{cookiecutter.now}}
|
Loading…
Reference in New Issue
Block a user