cookiecutter-django/cookiecutter.json
Saurabh Kumar 17b52c7135 chore(cookiecutter): fix 'repo_name' variable default
- update docs with latest questionaire
2015-01-16 23:11:19 +05:30

12 lines
380 B
JSON

{
"project_name": "project_name is the title of the project.",
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
"author_name": "Your Name",
"email": "Your email",
"description": "A short description of the project.",
"domain_name": "example.com",
"version": "0.1.0",
"now": "2015/01/13",
"year": "{{ cookiecutter.now[:4] }}"
}