Skip to content

Commit

Permalink
calculate project_slug from project_name
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Feb 14, 2024
1 parent ec09ae6 commit 3d1ac4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"project_slug": "",
"project_name": "{{ cookiecutter.project_slug }}",
"project_name": "",
"project_slug": "{{ cookiecutter.project_name | slugify(separator='_') }}",
"author": "Fachschaft Informatik der Universität Hamburg (Mafiasi-AG)",
"openid_scope": "openid"
}

0 comments on commit 3d1ac4a

Please sign in to comment.