mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-17 06:36:36 +00:00
Add TODOs
This commit is contained in:
parent
f626319989
commit
9fc2af588f
1
Makefile
1
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
|
.DEFAULT_GOAL := init-test-dev # Set the default goal to init-dev-test
|
||||||
|
#TODO: Add more commands: migrations, frontend, etc.
|
@ -22,3 +22,4 @@ pyenv virtualenv 3.11.4 awesome-fastapi-projects
|
|||||||
```shell
|
```shell
|
||||||
pyenv local awesome-fastapi-projects
|
pyenv local awesome-fastapi-projects
|
||||||
```
|
```
|
||||||
|
#TODO: Add more documentation: migrations, front, tests
|
@ -1,5 +1,5 @@
|
|||||||
# A generic, single database configuration.
|
# A generic, single database configuration.
|
||||||
|
# TODO: Adjust the settings
|
||||||
[alembic]
|
[alembic]
|
||||||
# path to migration scripts
|
# path to migration scripts
|
||||||
script_location = migrations
|
script_location = migrations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user