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