-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
25 lines (25 loc) · 900 Bytes
/
.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
{
"template": "[email protected]:OmenApps/cookiecutter-django-package.git",
"commit": "dc603b2866d337518f6109f2401804206b154c8b",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "drf-base64-binaryfield",
"package_name": "drf_base64_binaryfield",
"package_description": "Support for base64-encoded binary data in django rest framework serializers",
"author": "Storm Heg",
"email": "[email protected]",
"github_user": "Stormheg",
"github_owner": "Stormheg",
"version": "1.0.0",
"copyright_year": "2023",
"license": "MIT",
"development_status": "Development Status :: 5 - Production/Stable",
"use_playwright": "n",
"use_postgres": "n",
"docker_compose_python_version": "3.12",
"_template": "[email protected]:OmenApps/cookiecutter-django-package.git"
}
},
"directory": null
}