mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
change cookiecutter defaults
This commit is contained in:
parent
b8741c88b1
commit
42cd5ff797
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"project_name": "project_name",
|
||||
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
|
||||
"author_name": "Your Name",
|
||||
"email": "Your email",
|
||||
"author_name": "Sydney Henry",
|
||||
"email": "shenry@handycodejob.com",
|
||||
"description": "A short description of the project.",
|
||||
"domain_name": "example.com",
|
||||
"version": "0.1.0",
|
||||
"timezone": "UTC",
|
||||
"now": "2015/01/13",
|
||||
"year": "{{ cookiecutter.now[:4] }}",
|
||||
"use_whitenoise": "y",
|
||||
"use_celery": "n",
|
||||
"use_whitenoise": "n",
|
||||
"use_celery": "y",
|
||||
"use_maildump": "n",
|
||||
"use_sentry": "n",
|
||||
"windows": "n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user