Skip to content

Commit

Permalink
exclude django templates from cookiecutter rendering
Browse files Browse the repository at this point in the history
lilioid committed Feb 14, 2024
1 parent f78b3b0 commit 136fe79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,9 @@
"project_name": "",
"project_slug": "{{ cookiecutter.project_name | slugify(separator='_') }}",
"author": "Fachschaft Informatik der Universität Hamburg (Mafiasi-AG)",
"openid_scope": "openid"
"openid_scope": "openid",

"_copy_without_render": [
"{{ cookiecutter.project_slug }}/src/{{ cookiecutter.project_slug }}/*/templates/**"
]
}

0 comments on commit 136fe79

Please sign in to comment.