added my sql options in cookiecutter.json

This commit is contained in:
Abdullah Adeel 2022-01-09 20:36:10 +05:00
parent ca8bc224c5
commit 1b8ebf972d

View File

@ -17,22 +17,18 @@
"windows": "n", "windows": "n",
"use_pycharm": "n", "use_pycharm": "n",
"use_docker": "n", "use_docker": "n",
"postgresql_version": [ "database": ["postgresql", "mysql"],
"14.1", "db_version": [
"13.5", "postgresql@14.1",
"12.9", "postgresql@13.5",
"11.14", "postgresql@12.9",
"10.19" "postgresql@11.14",
], "postgresql@10.19",
"js_task_runner": [ "mysql@5.7",
"None", "mysql@5.6"
"Gulp"
],
"cloud_provider": [
"AWS",
"GCP",
"None"
], ],
"js_task_runner": ["None", "Gulp"],
"cloud_provider": ["AWS", "GCP", "None"],
"mail_service": [ "mail_service": [
"Mailgun", "Mailgun",
"Amazon SES", "Amazon SES",
@ -53,12 +49,7 @@
"use_sentry": "n", "use_sentry": "n",
"use_whitenoise": "n", "use_whitenoise": "n",
"use_heroku": "n", "use_heroku": "n",
"ci_tool": [ "ci_tool": ["None", "Travis", "Gitlab", "Github"],
"None",
"Travis",
"Gitlab",
"Github"
],
"keep_local_envs_in_vcs": "y", "keep_local_envs_in_vcs": "y",
"debug": "n" "debug": "n"
} }