2013-08-15 21:59:11 +04:00
|
|
|
{
|
2018-03-04 17:32:29 +03:00
|
|
|
"project_name": "My Awesome Project",
|
2018-11-14 22:23:31 +03:00
|
|
|
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}",
|
2018-03-04 17:32:29 +03:00
|
|
|
"description": "Behold My Awesome Project!",
|
2018-05-13 15:09:11 +03:00
|
|
|
"author_name": "Daniel Roy Greenfeld",
|
2018-03-04 17:32:29 +03:00
|
|
|
"domain_name": "example.com",
|
2018-05-13 13:51:01 +03:00
|
|
|
"email": "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@example.com",
|
2018-03-04 17:32:29 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"open_source_license": [
|
2022-11-27 01:42:58 +03:00
|
|
|
"Not open source",
|
|
|
|
"MIT License",
|
|
|
|
"BSD 3-Clause \"New\" or \"Revised\" License",
|
|
|
|
"GNU General Public License v3.0",
|
|
|
|
"Apache License 2.0",
|
|
|
|
"\"Do What The F*ck You Want To Public License\"",
|
|
|
|
"Academic Free License v3.0",
|
|
|
|
"Artistic License 2.0",
|
|
|
|
"BSD 2-Clause \"Simplified\" License",
|
|
|
|
"BSD 3-Clause Clear License",
|
|
|
|
"BSD 4-Clause \"Original\" or \"Old\" License",
|
|
|
|
"BSD Zero Clause License",
|
|
|
|
"Boost Software License 1.0",
|
|
|
|
"CERN Open Hardware Licence Version 2 - Permissive",
|
|
|
|
"CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
|
|
|
|
"CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
|
|
|
|
"CeCILL Free Software License Agreement v2.1",
|
|
|
|
"Creative Commons Attribution 4.0 International",
|
|
|
|
"Creative Commons Attribution Share Alike 4.0 International",
|
|
|
|
"Creative Commons Zero v1.0 Universal",
|
|
|
|
"Eclipse Public License 1.0",
|
|
|
|
"Eclipse Public License 2.0",
|
|
|
|
"Educational Community License v2.0",
|
|
|
|
"European Union Public License 1.1",
|
|
|
|
"European Union Public License 1.2",
|
|
|
|
"GNU Affero General Public License v3.0",
|
|
|
|
"GNU Free Documentation License v1.3",
|
|
|
|
"GNU General Public License v2.0",
|
|
|
|
"GNU Lesser General Public License v2.1",
|
|
|
|
"GNU Lesser General Public License v3.0",
|
|
|
|
"ISC License",
|
|
|
|
"LaTeX Project Public License v1.3c",
|
|
|
|
"MIT No Attribution",
|
|
|
|
"Microsoft Public License",
|
|
|
|
"Microsoft Reciprocal License",
|
|
|
|
"Mozilla Public License 2.0",
|
|
|
|
"Mulan Permissive Software License, Version 2",
|
|
|
|
"Open Data Commons Open Database License v1.0",
|
|
|
|
"Open Software License 3.0",
|
|
|
|
"PostgreSQL License",
|
|
|
|
"SIL Open Font License 1.1",
|
|
|
|
"The Unlicense",
|
|
|
|
"Universal Permissive License v1.0",
|
|
|
|
"University of Illinois/NCSA Open Source License",
|
|
|
|
"Vim License",
|
|
|
|
"zlib License"
|
2018-03-04 17:32:29 +03:00
|
|
|
],
|
|
|
|
"timezone": "UTC",
|
|
|
|
"windows": "n",
|
|
|
|
"use_pycharm": "n",
|
|
|
|
"use_docker": "n",
|
|
|
|
"postgresql_version": [
|
2022-05-16 13:39:19 +03:00
|
|
|
"14",
|
|
|
|
"13",
|
|
|
|
"12",
|
|
|
|
"11",
|
|
|
|
"10"
|
2018-03-04 17:32:29 +03:00
|
|
|
],
|
2019-04-02 09:13:31 +03:00
|
|
|
"cloud_provider": [
|
|
|
|
"AWS",
|
2019-05-19 02:24:29 +03:00
|
|
|
"GCP",
|
2019-05-19 02:23:48 +03:00
|
|
|
"None"
|
2019-04-02 09:13:31 +03:00
|
|
|
],
|
2020-02-06 23:17:46 +03:00
|
|
|
"mail_service": [
|
2020-02-06 23:36:51 +03:00
|
|
|
"Mailgun",
|
2020-03-14 20:43:37 +03:00
|
|
|
"Amazon SES",
|
2020-02-06 23:36:51 +03:00
|
|
|
"Mailjet",
|
|
|
|
"Mandrill",
|
|
|
|
"Postmark",
|
|
|
|
"Sendgrid",
|
|
|
|
"SendinBlue",
|
|
|
|
"SparkPost",
|
2020-03-14 20:43:37 +03:00
|
|
|
"Other SMTP"
|
2020-02-06 23:17:46 +03:00
|
|
|
],
|
2020-03-24 22:40:14 +03:00
|
|
|
"use_async": "n",
|
2019-09-13 09:43:12 +03:00
|
|
|
"use_drf": "n",
|
2022-03-20 18:00:40 +03:00
|
|
|
"frontend_pipeline": [
|
|
|
|
"None",
|
|
|
|
"Django Compressor",
|
|
|
|
"Gulp"
|
|
|
|
],
|
2018-03-04 17:32:29 +03:00
|
|
|
"use_celery": "n",
|
|
|
|
"use_mailhog": "n",
|
2018-05-21 21:22:35 +03:00
|
|
|
"use_sentry": "n",
|
2018-05-21 21:22:53 +03:00
|
|
|
"use_whitenoise": "n",
|
2018-03-04 17:32:29 +03:00
|
|
|
"use_heroku": "n",
|
2019-12-06 10:55:00 +03:00
|
|
|
"ci_tool": [
|
|
|
|
"None",
|
|
|
|
"Travis",
|
2020-09-21 13:20:24 +03:00
|
|
|
"Gitlab",
|
|
|
|
"Github"
|
2019-12-06 10:55:00 +03:00
|
|
|
],
|
2018-05-05 13:47:25 +03:00
|
|
|
"keep_local_envs_in_vcs": "y",
|
|
|
|
"debug": "n"
|
2022-11-27 01:42:58 +03:00
|
|
|
}
|