mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Update cookiecutter.json
Added 'db_provider'.
This commit is contained in:
parent
1133365222
commit
a537bd4050
|
@ -17,6 +17,11 @@
|
|||
"windows": "n",
|
||||
"use_pycharm": "n",
|
||||
"use_docker": "n",
|
||||
"db_provider": [
|
||||
"postgresql",
|
||||
"mariadb",
|
||||
"mysql"
|
||||
],
|
||||
"postgresql_version": [
|
||||
"11.3",
|
||||
"10.8",
|
||||
|
|
Loading…
Reference in New Issue
Block a user