-
Notifications
You must be signed in to change notification settings - Fork 41
/
cookiecutter.json
23 lines (23 loc) · 900 Bytes
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"project_name": "Wagtail Project",
"project_slug": "{{ cookiecutter.project_name|replace(' ', '_')|lower }}",
"version_control_system": ["git", "hg"],
"vcs_host": ["bitbucket.org", "github.com"],
"your_bitbucket_or_github_user_name": "chrisdev",
"author_name": "Christopher Clarke",
"email": "[email protected]",
"description": "A short description of the project.",
"timezone": "UTC",
"production_host_name" : "wagtail.chrisdev.com",
"version": "0.1.0",
"use_accounts": "n",
"use_letsencrypt": "y",
"use_celery": "y",
"use_sentry": "n",
"use_wagalytics_app": "n",
"staging_host_name": "wagtail-staging.chrisdev.com",
"deploy_user_name": "django",
"database_user_name": "django",
"django_admin_user": "my_wagtail_admin",
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"]
}