mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 16:34:52 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1f87f180c8
commit
f1a1ecee78
|
@ -13,28 +13,13 @@
|
||||||
"Apache Software License 2.0",
|
"Apache Software License 2.0",
|
||||||
"Not open source"
|
"Not open source"
|
||||||
],
|
],
|
||||||
"username_type": [
|
"username_type": ["username", "email"],
|
||||||
"username",
|
|
||||||
"email"
|
|
||||||
],
|
|
||||||
"timezone": "UTC",
|
"timezone": "UTC",
|
||||||
"windows": "n",
|
"windows": "n",
|
||||||
"use_pycharm": "n",
|
"use_pycharm": "n",
|
||||||
"use_docker": "n",
|
"use_docker": "n",
|
||||||
"postgresql_version": [
|
"postgresql_version": ["15", "14", "13", "12", "11", "10"],
|
||||||
"15",
|
"cloud_provider": ["AWS", "GCP", "Azure", "None"],
|
||||||
"14",
|
|
||||||
"13",
|
|
||||||
"12",
|
|
||||||
"11",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"cloud_provider": [
|
|
||||||
"AWS",
|
|
||||||
"GCP",
|
|
||||||
"Azure",
|
|
||||||
"None"
|
|
||||||
],
|
|
||||||
"mail_service": [
|
"mail_service": [
|
||||||
"Mailgun",
|
"Mailgun",
|
||||||
"Amazon SES",
|
"Amazon SES",
|
||||||
|
@ -48,23 +33,13 @@
|
||||||
],
|
],
|
||||||
"use_async": "n",
|
"use_async": "n",
|
||||||
"use_drf": "n",
|
"use_drf": "n",
|
||||||
"frontend_pipeline": [
|
"frontend_pipeline": ["None", "Django Compressor", "Gulp", "Webpack"],
|
||||||
"None",
|
|
||||||
"Django Compressor",
|
|
||||||
"Gulp",
|
|
||||||
"Webpack"
|
|
||||||
],
|
|
||||||
"use_celery": "n",
|
"use_celery": "n",
|
||||||
"use_mailhog": "n",
|
"use_mailhog": "n",
|
||||||
"use_sentry": "n",
|
"use_sentry": "n",
|
||||||
"use_whitenoise": "n",
|
"use_whitenoise": "n",
|
||||||
"use_heroku": "n",
|
"use_heroku": "n",
|
||||||
"ci_tool": [
|
"ci_tool": ["None", "Travis", "Gitlab", "Github"],
|
||||||
"None",
|
|
||||||
"Travis",
|
|
||||||
"Gitlab",
|
|
||||||
"Github"
|
|
||||||
],
|
|
||||||
"keep_local_envs_in_vcs": "y",
|
"keep_local_envs_in_vcs": "y",
|
||||||
"debug": "n"
|
"debug": "n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user