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