-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cookiecutterrc
24 lines (24 loc) · 1.76 KB
/
.cookiecutterrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"cookiecutter": {
"*": "\n\t Some information before the generation!\n\n\t project_title: User-visible title of the project.\n\t repo_name: Preferably lowercase codename, used for the directory structure.\n\t include_cms: Include Django-CMS configuration. [yes/no]\n\t include_celery: Include Celery with Redis as the broker. [yes/no]\n\t test_host: Hostname of your test server.\n\t live_host: Hostname of your live server.\n\t vcs: Which VCS will the generated project be using? [git/hg/none]\n\t python_version: Which python version will the generated project be using? [3.4/3.5/3.6]\n\t\n\t Press ENTER to continue.\n",
"_0": "\n\t Some information before the generation!\n",
"_1": "\n\t project_title: User-visible title of the project.",
"_10": "\n\t Press ENTER to continue.\n",
"_2": "\n\t repo_name: Preferably lowercase codename, used for the directory structure.",
"_3": "\n\t include_cms: Include Django-CMS configuration. [yes/no]",
"_4": "\n\t include_celery: Include Celery with Redis as the broker. [yes/no]",
"_5": "\n\t test_host: Hostname of your test server.",
"_6": "\n\t live_host: Hostname of your live server.",
"_7": "\n\t vcs: Which VCS will the generated project be using? [git/hg/none]",
"_8": "\n\t python_version: Which python version will the generated project be using? [3.4/3.5/3.6]",
"_9": "\n\t",
"include_celery": "no",
"include_cms": "no",
"live_host": "TEST.TODO.com",
"project_title": "Redux-Saga Workshop",
"python_version": "3.6",
"repo_name": "redux_saga_workshop",
"test_host": "TEST.TODO.com",
"vcs": "git"
}
}