From c3e0aae48b8ff520b771d2cd26e4f5d9d9137abc Mon Sep 17 00:00:00 2001 From: FeliPython Date: Wed, 15 May 2024 10:53:38 -0400 Subject: [PATCH] remove db-sqlite --- docs/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 433e458..c8be9e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,6 @@ This will create the app structure for us. Something similar to this below: ```shell ❯ tree . . -├── db.sqlite3 ├── first_api │   ├── __init__.py │   ├── asgi.py