From 9fc2af588fd21c8bf6439e01fcd908ea633e53a5 Mon Sep 17 00:00:00 2001 From: Vladyslav Fedoriuk Date: Mon, 21 Aug 2023 09:07:56 +0200 Subject: [PATCH] Add TODOs --- Makefile | 1 + README.md | 1 + alembic.ini | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 818aeae..0beadcd 100644 --- a/Makefile +++ b/Makefile @@ -68,3 +68,4 @@ init-test-dev: install-test-dev # Install the app locally with test and dev depe .DEFAULT_GOAL := init-test-dev # Set the default goal to init-dev-test +#TODO: Add more commands: migrations, frontend, etc. \ No newline at end of file diff --git a/README.md b/README.md index ffbcbad..14ee391 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ pyenv virtualenv 3.11.4 awesome-fastapi-projects ```shell pyenv local awesome-fastapi-projects ``` +#TODO: Add more documentation: migrations, front, tests \ No newline at end of file diff --git a/alembic.ini b/alembic.ini index 0c80eea..55f74c5 100644 --- a/alembic.ini +++ b/alembic.ini @@ -1,5 +1,5 @@ # A generic, single database configuration. - +# TODO: Adjust the settings [alembic] # path to migration scripts script_location = migrations