-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutterrc
47 lines (47 loc) · 3.82 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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 and Python modules.\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 include_docs: Include docs generated by Sphinx. [yes/no]\n\t live_hostname: Production hostname of the site (e.g. example.com).\n\t test_host: Hostname of your test server.\n\t live_host: Hostname of your live server.\n\t admin_email: Administrative email (for Django, Let\u2019s Encrypt, etc).\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.6]\n\t node_version: Which Node.js version will the generated project be using? [8 >=]\n\t postgres_version: Which version Postgres container will the project be using in the server? [9.5+]\n\t django_admin_path: URL path for Django Admin.\n\tdjango_host_prefix: Host name prefix for Django app.\n\t django_media_engine: Which CDN to use for media files [S3/GCS].\n\t gitlab_repo_url: Optional Gitlab repo url (https://gitlab.com/org/repo, used for CI badges).\n\t",
"_0": "\n\t Some information before the generation!\n",
"_1": "\n\t project_title: User-visible title of the project.",
"_10": "\n\t vcs: Which VCS will the generated project be using? [git/hg/none]",
"_11": "\n\t python_version: Which python version will the generated project be using? [3.6]",
"_12": "\n\t node_version: Which Node.js version will the generated project be using? [8 >=]",
"_13": "\n\t postgres_version: Which version Postgres container will the project be using in the server? [9.5+]",
"_14": "\n\t django_admin_path: URL path for Django Admin.",
"_15": "\n\tdjango_host_prefix: Host name prefix for Django app.",
"_16": "\n\t django_media_engine: Which CDN to use for media files [S3/GCS].",
"_17": "\n\t gitlab_repo_url: Optional Gitlab repo url (https://gitlab.com/org/repo, used for CI badges).",
"_18": "\n\t",
"_19": "\n\t Press ENTER to continue.\n",
"_2": "\n\t repo_name: Preferably lowercase codename, used for the directory structure and Python modules.",
"_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 include_docs: Include docs generated by Sphinx. [yes/no]",
"_6": "\n\t live_hostname: Production hostname of the site (e.g. example.com).",
"_7": "\n\t test_host: Hostname of your test server.",
"_8": "\n\t live_host: Hostname of your live server.",
"_9": "\n\t admin_email: Administrative email (for Django, Let\u2019s Encrypt, etc).",
"_extensions": [
"cookiecutter_repo_extensions:Extension",
"clean_hostname:CleanHostnameModule",
"clean_appconfigname:CleanAppConfignameModule"
],
"admin_email": "info@TODO.com",
"django_admin_path": "adminpanel",
"django_host_prefix": "office",
"django_media_engine": "S3",
"gitlab_repo_url": "",
"include_celery": "no",
"include_cms": "no",
"include_docs": "yes",
"live_host": "production.TODO.com",
"live_hostname": "TODO.com",
"node_version": "10",
"postgres_version": "10",
"project_title": "Parrot mania",
"python_version": "3.6",
"repo_name": "parrot_mania",
"test_host": "test.TODO.com",
"vcs": "git"
}
}