From 6941b00dd69347d227db6cc80bf97e48d2fdbe44 Mon Sep 17 00:00:00 2001 From: prostomarkeloff <28061158+prostomarkeloff@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:13:40 +0300 Subject: [PATCH] deprecation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 341464a..6d01d6a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Deprecated + +This template is deprecated and won't run out-of-the-box. It's needed to be a bit reworked, but now I don't have enough time and passion to do this. + # FastAPI and Tortoise ORM. Powerful but simple template for web APIs w/ FastAPI (as web framework) and Tortoise-ORM (for working via database without headache).