-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.cruft.json
38 lines (38 loc) · 1.2 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": "https://github.com/cookiecutter/cookiecutter-django",
"commit": "4ef180edb118ddf650261db8889c2b4704cab3a5",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "Automated Monitoring of Insects ML Platform",
"project_slug": "ami",
"description": "Platform for processing and reviewing images from automated insect monitoring statoins using deep learning.",
"author_name": "Rolnick Lab",
"domain_name": "app.insectai.org",
"email": "[email protected]",
"version": "0.1.0",
"open_source_license": "MIT",
"username_type": "email",
"timezone": "UTC",
"windows": "n",
"use_pycharm": "n",
"use_docker": "y",
"postgresql_version": "14",
"cloud_provider": "AWS",
"mail_service": "Mailgun",
"use_async": "y",
"use_drf": "y",
"frontend_pipeline": "None",
"use_celery": "y",
"use_mailhog": "y",
"use_sentry": "y",
"use_whitenoise": "y",
"use_heroku": "n",
"ci_tool": "Github",
"keep_local_envs_in_vcs": "y",
"debug": "n",
"_template": "https://github.com/cookiecutter/cookiecutter-django"
}
},
"directory": null
}