We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b367db commit 09aaa6bCopy full SHA for 09aaa6b
hooks/post_gen_project.py
@@ -7,7 +7,7 @@
7
from pathlib import Path
8
from shutil import copytree, rmtree
9
10
-PROJECT_NAME = "{{ cookiecutter.module_name }}"
+PROJECT_NAME = "{{ cookiecutter.project_name }}"
11
USE_FASTAPI_USERS = bool("{{ cookiecutter.use_fastapi_users }}")
12
TEMPLATES = ["template_fastapi_users", "template_minimal"]
13
0 commit comments