-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
38 lines (38 loc) · 1.12 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"template": "[email protected]:cookiecutter/cookiecutter-django.git",
"commit": "7d032d730383ed8af6fef130bde2dedc06f9332a",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "Django Practice",
"project_slug": "django_practice",
"description": "Practice and exploration of the Django framework",
"author_name": "Kevin Mills",
"domain_name": "github.com",
"email": "[email protected]",
"version": "0.1.0",
"open_source_license": "GPLv3",
"username_type": "username",
"timezone": "UTC",
"windows": "n",
"editor": "PyCharm",
"use_docker": "n",
"postgresql_version": "16",
"cloud_provider": "None",
"mail_service": "Other SMTP",
"use_async": "n",
"use_drf": "y",
"frontend_pipeline": "None",
"use_celery": "n",
"use_mailpit": "n",
"use_sentry": "n",
"use_whitenoise": "y",
"use_heroku": "n",
"ci_tool": "Github",
"keep_local_envs_in_vcs": "y",
"debug": "y",
"_template": "[email protected]:cookiecutter/cookiecutter-django.git"
}
},
"directory": null
}