mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
8 lines
243 B
JSON
8 lines
243 B
JSON
{
|
|
"project_name": "My Awesome Project",
|
|
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}",
|
|
"python_version": "3.11.1",
|
|
"_copy_without_render": [
|
|
"*.html"
|
|
]
|
|
}
|