From 9123304392c92129660d6a21ba2744a8b691434a Mon Sep 17 00:00:00 2001 From: ali sayyah <ali.sayyah2@gmail.com> Date: Wed, 26 Jan 2022 13:37:22 +0330 Subject: [PATCH] added piccolo to the `replaceable_files.json` --- .../{{cookiecutter.project_name}}/replaceable_files.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/replaceable_files.json b/fastapi_template/template/{{cookiecutter.project_name}}/replaceable_files.json index c0d903c..22c757e 100644 --- a/fastapi_template/template/{{cookiecutter.project_name}}/replaceable_files.json +++ b/fastapi_template/template/{{cookiecutter.project_name}}/replaceable_files.json @@ -2,6 +2,7 @@ "{{cookiecutter.project_name}}/db": [ "{{cookiecutter.project_name}}/db_sa", "{{cookiecutter.project_name}}/db_ormar", - "{{cookiecutter.project_name}}/db_tortoise" + "{{cookiecutter.project_name}}/db_tortoise", + "{{cookiecutter.project_name}}/db_piccolo" ] } -- GitLab