Update cookiecutter.json

Added 'db_provider'.
This commit is contained in:
Liquidgenius 2020-04-10 19:24:41 -07:00 committed by GitHub
parent 1133365222
commit a537bd4050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,11 @@
"windows": "n", "windows": "n",
"use_pycharm": "n", "use_pycharm": "n",
"use_docker": "n", "use_docker": "n",
"db_provider": [
"postgresql",
"mariadb",
"mysql"
],
"postgresql_version": [ "postgresql_version": [
"11.3", "11.3",
"10.8", "10.8",