Upgrade CC-Dj 2023-09-07

This commit is contained in:
Alejandro Franco 2023-09-08 00:08:36 -06:00
parent a26a34c65c
commit a7dfdd3f43
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"use_sentry": "n",
"use_whitenoise": "n",
"use_heroku": "n",
"username_type": ["email"],
"ci_tool": ["None", "Travis", "Gitlab", "Github", "Drone"],
"keep_local_envs_in_vcs": "y",
"debug": "n"

View File

@ -43,6 +43,7 @@ def context():
SUPPORTED_COMBINATIONS = [
{"username_type": "email"},
{"open_source_license": "MIT"},
{"open_source_license": "BSD"},
{"open_source_license": "GPLv3"},