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.
2 parents 2223597 + 45e2312 commit 62e5bf6Copy full SHA for 62e5bf6
3 files changed
fastapi_template/template/{{cookiecutter.project_name}}/README.md
@@ -64,7 +64,7 @@ aerich downgrade
64
{%- endif %}
65
```
66
67
-### Miration generation
+### Migration generation
68
69
To generate migrations you should run:
70
```bash
fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml
@@ -84,6 +84,7 @@ asynctest = "^0.13.0"
84
[tool.isort]
85
profile = "black"
86
multi_line_output = 3
87
+src_paths = ["{{cookiecutter.project_name}}",]
88
89
[tool.mypy]
90
strict = true
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi_template"
3
-version = "3.1.7"
+version = "3.1.8"
4
description = "Feature-rich robust FastAPI template"
5
authors = ["Pavel Kirilin <win10@list.ru>"]
6
packages = [{ include = "fastapi_template" }]
0 commit comments