From c435c1248a29829ac46d5e79a922d16660079aa1 Mon Sep 17 00:00:00 2001 From: Hannes Delbeke Date: Tue, 24 Oct 2023 11:49:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index e8e1081..4b724fc 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ A low dependency and really simple to start project template for Python Projects. -See also -- [Flask-Project-Template](https://github.com/rochacbruno/flask-project-template/) for a full feature Flask project including database, API, admin interface, etc. -- [FastAPI-Project-Template](https://github.com/rochacbruno/fastapi-project-template/) The base to start an openapi project featuring: SQLModel, Typer, FastAPI, JWT Token Auth, Interactive Shell, Management Commands. - ### HOW TO USE THIS TEMPLATE > **DO NOT FORK** this is meant to be used from **[Use this template](https://github.com/rochacbruno/python-project-template/generate)** feature.