Compare commits

...

2 Commits

Author SHA1 Message Date
4d11b938de add depends alembic 2025-03-30 22:33:05 +03:00
46c14abf72 add easy migrate 2025-03-30 22:32:55 +03:00
2 changed files with 6 additions and 0 deletions

6
makefile Normal file
View File

@ -0,0 +1,6 @@
create_env:
python3 -m venv venv
./venv/bin/python -m pip install -r requirements.txt
migrate: create_env
./venv/bin/alembic upgrade head

Binary file not shown.