mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-22 03:42:35 +03:00
Upgrade CC-Dj 2023-05-16 C
This commit is contained in:
parent
5963496a3c
commit
5b84e42ad2
|
@ -13,6 +13,7 @@
|
|||
"Apache Software License 2.0",
|
||||
"Not open source"
|
||||
],
|
||||
"username_type": ["email"],
|
||||
"timezone": "UTC",
|
||||
"windows": "n",
|
||||
"use_pycharm": "n",
|
||||
|
|
|
@ -43,8 +43,8 @@ def context():
|
|||
|
||||
|
||||
SUPPORTED_COMBINATIONS = [
|
||||
# {"username_type": "username"},
|
||||
# {"username_type": "email"},
|
||||
{"username_type": "username"},
|
||||
{"username_type": "email"},
|
||||
{"open_source_license": "MIT"},
|
||||
{"open_source_license": "BSD"},
|
||||
{"open_source_license": "GPLv3"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user