mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-21 11:22:34 +03:00
Upgrade CC-Dj 2023-09-07
This commit is contained in:
parent
a26a34c65c
commit
a7dfdd3f43
|
@ -38,6 +38,7 @@
|
||||||
"use_sentry": "n",
|
"use_sentry": "n",
|
||||||
"use_whitenoise": "n",
|
"use_whitenoise": "n",
|
||||||
"use_heroku": "n",
|
"use_heroku": "n",
|
||||||
|
"username_type": ["email"],
|
||||||
"ci_tool": ["None", "Travis", "Gitlab", "Github", "Drone"],
|
"ci_tool": ["None", "Travis", "Gitlab", "Github", "Drone"],
|
||||||
"keep_local_envs_in_vcs": "y",
|
"keep_local_envs_in_vcs": "y",
|
||||||
"debug": "n"
|
"debug": "n"
|
||||||
|
|
|
@ -43,6 +43,7 @@ def context():
|
||||||
|
|
||||||
|
|
||||||
SUPPORTED_COMBINATIONS = [
|
SUPPORTED_COMBINATIONS = [
|
||||||
|
{"username_type": "email"},
|
||||||
{"open_source_license": "MIT"},
|
{"open_source_license": "MIT"},
|
||||||
{"open_source_license": "BSD"},
|
{"open_source_license": "BSD"},
|
||||||
{"open_source_license": "GPLv3"},
|
{"open_source_license": "GPLv3"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user